I’m supposed to make a script that gives a gear to players who own something from a group’s clothing store, but I don’t know where to start
I appreciate any help.
I’m supposed to make a script that gives a gear to players who own something from a group’s clothing store, but I don’t know where to start
I appreciate any help.
Use MarketplaceService:PlayerOwnsAsset(player, assetid)
to check if the player owns the item, and if they do give them the tool.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.