Need help on Gui that comes after you buy a gamepass

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want a Gui to popup when you buy something

  2. What is the issue? Include screenshots / videos if possible!


    The script

    Local Scripts

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried to make add a debounce. I tried to make a script and place each script on one script.

2 Likes

I am not a expert at scripting, but I am good at GUI’s.

First of all, after you would buy the thing there would be a game:GetService(“MarketPlaceService”). The MarketPlace service will detect the purchase made. I do not know how to make a GUI popup because the purchases ones are hard. The GUI would popup using a RemoteEvent that would trigger the GUI to popup when the player purchases it. It would take a lot of scripting to do this and you should learn more about MarketPlaceService and GUI’s.

1 Like