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

Need Help On A Visible GUI Script Look below for the script can someone help? [closed]

Asked by 7 years ago
Edited 7 years ago
```script.Parent.ClickDetector.MouseClick:connect(function(plyr)
    Gui = plyr.PlayerGui:WaitForChild("UserAdGui")
    Gui.Frame.Visible = true
end)`

Can someone help me with the word to replace the first "Gui" and what might be the problem.

Closed as Not Constructive by User#5423 and ScriptGuider

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?