Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make a gui appear when someone bought my products?

Asked by
Ap_inity 112
7 years ago

I made a game, and i have made a few developer products and some game passes. I'd like to know how i can make a gui appear only when they buy the product. If they cancel, it wouldn't appear.

1 answer

Log in to vote
0
Answered by 7 years ago

When you process the user's receipt, you should fire a RemoteEvent that makes the GUI visible (or enable it, it doesn't matter.)

http://wiki.roblox.com/index.php?title=Remote_Events_and_Functions

Ad

Answer this question