I have a new game and continue GUI but when i click it it doesn't start Any ideas?
For me as a horrible scripter what I would do is check if you have: 1) ClickDetector --> Is it there? If now add it. 2) Read over the script. 3) Possibly post the script in your question to make it more clear.
Well, first of all what kind of GUI is your GUI? If it is just a play button then,
script.Parent.MouseButton1Down:connect(function() p = game.Players.LocalPlayer
p.PlayerGui.SCREENGUINAME.FRAMENAMEORTEXTBUTTONNAME.Visible = false end)