OpenShop
Opens a shop interface for the player.
Syntax:
Bridge.Inventory.OpenShop(shopId)
Parameters:
shopId
(string) - Unique identifier for the shop
Example:
local Bridge = exports['community_bridge']:Bridge()
Bridge.Inventory.OpenShop("general_store")
Last updated