I am Trying to Make a Gui appear when a Player Purchases a Product

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

  1. What do you want to achieve? So I have the Script that check when a Player Purchases which works Fine My only problem is Getting the Gui to appear

  2. What is the issue? ! So I have this script That Checks when the Player Purchases the Product and I realized to Transfer a Gui to PlayerGui u need it to be in a Local Script so I Added a Value in and when a Player Purchases it changes the value and then I made a Local Script in Starter Player Scripts that check if the Value is changed and then clones and Puts the Gui in the PlayerGui!


  3. What solutions have you tried so far? I have Looked on the devhub for PlayerGui and I have tried Making values that change when u purchase the product and when they change the gui appears

Could you not just fire a remove event from the server to the client and then change the UI from the client when u fire the remove event.

Or am I getting confused on what your asking about.

Couldn’t you just fire a remote event from the client checking and check the players receipt upon purchasing the product to bring up the GUI?

Ok Ill try That Thanks! Have a Good Day Btw!

1 Like

Ok Ill try That Thanks! Have a Good Day Btw! Also Thanks!