I am making a hint system for my find the button game. how would I make this GUI work? Buy Dev
Product get hint type thing.
1 Like
1 Like
I actually need a script that I would use something like, if a player bought the game pass, it would trigger a remote event. I just don’t know how
Use PromptProductPurchaseFinished and fire the RemoteEvent
No because that will fire if the player clicks on cancel he actually needs to use PromptPurchaseGranted
https://developer.roblox.com/en-us/api-reference/callback/MarketplaceService/ProcessReceipt
You can check the bool “isPurchased”
1 Like