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

My new game and continue game guis wont work any ideas on how to script it?

Asked by 10 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

I have a new game and continue GUI but when i click it it doesn't start Any ideas?

2 answers

Log in to vote
0
Answered by 10 years ago

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.

Ad
Log in to vote
0
Answered by 10 years ago

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)

Answer this question