How to check if a player owns an item from a group's clothing store

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.

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.