I got this script from another question, and I followed all the steps.... Is there something wrong with it?
function Clicked(Plr) Plr.PlayerGui.Gui.Frame.Visible=true end script.Parent.MouseClick:connect(Clicked)
script.Parent.ClickDetector.MouseClick:connect(Clicked)
The first 3 lines I can't help with unless I see the studio.
yes try
function Clicked(Plr) Plr.PlayerGui.Gui.Frame.Visible=true end script.Parent.onClicked:connect(Clicked)