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

My script for my start menu didn't work, How do I fix it to work the way I want it to work?

Asked by
DjMusa2 81
5 years ago

Hello, I tried making a start menu, but it didn't work. I did everything that I was told to do, Here is my script:

script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Enabled = true end

I putted it in the same line, the line 1 can you please correct my script? Thank you.

0
Can you give me more detail? CarMaster17 28 — 5y
0
Yes, I putted the frame and everything and then I putted th local script on the screen GUI is that correct? DjMusa2 81 — 5y
0
I don't know how... DjMusa2 81 — 5y
0
Click the blue Lua icon, and it should generate ~~~'s. In between those tildes, paste the code. User#19524 175 — 5y
View all comments (8 more)
0
The Lula icon? DjMusa2 81 — 5y
0
It's an icon that says "Lua". Click it. User#19524 175 — 5y
0
On sh?this site? DjMusa2 81 — 5y
0
OH I Saw it!! DjMusa2 81 — 5y
0
script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Enabled = true end DjMusa2 81 — 5y
0
Not in the comments. Here is a picture for visual reference, edit your question. https://gyazo.com/13237dd1979a1eee42c6062f2254399e User#19524 175 — 5y
0
Mkkk DjMusa2 81 — 5y
0
Saw it DjMusa2 81 — 5y

1 answer

Log in to vote
0
Answered by
DjMusa2 81
5 years ago
 script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Enabled = true end
0
Oh Sorry. DjMusa2 81 — 5y
0
It doesn't work'''... DjMusa2 81 — 5y
0
end should be end) User#19524 175 — 5y
0
Mk ty DjMusa2 81 — 5y
Ad

Answer this question