I'm Having Trouble Making a Gamepass Shop GUI

Hi.
I am currently working on an obby and I want it to have a gamepass GUI shop where it gives you gravity coils, speed coils, and other items. The issues are that the tutorials are very vague on showing how items are added to your character, or how to make the item work properly. I would appreciate it if someone would give me tips on what to do. I’m new to scripting, so step by step directions will help me greatly.

Thanks,

2 Likes

You can look at the MarketplaceService. This service allows you to prompt a player to purchase a gamepass and process the player’s transaction (meaning if they completed purchasing a gamepass). The essential functions and events in this service that you need are: PromptGamepassPurchase and PromptGamePassPurchaseFinished.

1 Like