Ranking Game Question

Hello! With the ranking system, can I use a shirt instead of a Gamepass??

1 Like

Can anyone help?? And I wanna use a T-Shirt instead of a shirt sorry.

1 Like

Try with the Shirt ID, if it doesn’t work you will need to edit the marketplace script.

Documentation can be found here: MarketplaceService (roblox.com)

You should change the line that checks if the user owns the game pass to:

if game:GetService("MarketplaceService"):PlayerOwnsAsset(gamepass_id, (whatever other variable goes here)) then

Then in the one that prompt’s the player to purchase the gamepass, replace the GamepassId variable with your ShirtId.

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