Hello, today I was making a shop that you only can get by clicking with the " Hands " but when I finish doing it, doesnt works, let me show you the code of the button.
Yeah, maybe I can do that and remove that munch remotes, just a MouseButton1Down with clickdetector that when you click it, it clones the GUI to the playerGui
Put the print statement between the words “function” and “end”. The code outside of those lines always executes. The code between them executes only when the event occurs.
Also, are you sure the code on the client is being setup properly?
Perfect. Now we need to check on the client side. Go find the client side event listening to that event, and put a print statement inside of that connecting event and make sure a gui is being shown there.
I got an idea, ill try to open a door that uses the same system and if it works we should know where go and if it doesn’t then we know that is the hands what doesn’t works.
I see. You can do ctrl + f for the “GUI” and find all references to it. You’ll need to hook up the .OnClientEvent to custom code and make it do whatever you want it to do.