I followed alvinbloxx's "How to make a awesome shop gui" and it opens in ROBLOX Studio when I click it but when I load it in ROBLOX Player it does nothing.
hiimgoodpack, your not helping :/
I know you problem cause since I learned how to code by reading codes, I was following alvinblox examples. The problem is that your not using :WaitForChild().
If you have copied what he did correctly in the button's local script just add :WaitForChild for every variable required.
for example you might have these;
local button = script.Parent local frame = script.Parent.Parent.Parent:WaitForChild('Frame') local closebutton = script.Parent.Parent.Parent:WaitForChild('CloseButton')
Follow my example and add WaitForChild at near the end so that the object is inside the '' marks.
-- BlackOrange3343
If this helped, make sure to accept answer and upvote :D
You need to use a Local script, so it is on when the player joins or when a specific thing is clicked, it won't automatically go on, it needs to be activated by a script.
Closed as Not Constructive by 2eggnog and DanzLua
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?