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

When i click start button GUI wont go away? please help. I need the script for my pokemon game

Asked by 6 years ago

When i click start button GUI wont go away, please help. I need the script for my pokemon game. Im not like noobs who take the script and go, i will accept your request on scripting helpers if its useful.

1 answer

Log in to vote
0
Answered by 6 years ago

ok so add this script to the button

script.Parent.MouseButton1Click:connect(function(plr)
script.Parent.Parent.Visible=false
end)
Ad

Answer this question