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

I tried to make a start menu, but my script didn't work, what do I do?

Asked by
DjMusa2 81
5 years ago

Hello, I tried to make a start menu, but my script didn't work, I did everything that the yt person said, but NOTHING worked about the script. Also, can we make the frame and everything on thébains start menu disappear with the script? Thank you.

0
Thébains: the* DjMusa2 81 — 5y
0
Then go, and ask the "Youtube Person" to fix his/her Script. AIphanium 124 — 5y
0
I cant.. DjMusa2 81 — 5y
0
Some youtube videos are outdated and most likely won't work. awesomeipod 607 — 5y
View all comments (2 more)
0
What is your script? We cannot help if we don't have anything to work with. Asytrion 11 — 5y
0
script.Parent.MouseButton1Click:Connect(function() 2 script.Parent.Parent.Visibility = not script.Parent.Parent.Visibility end) DjMusa2 81 — 5y

1 answer

Log in to vote
0
Answered by
PolyyDev 214 Moderation Voter
5 years ago
script.Parent.MouseButton1Click:Connect(function()
     script.Parent.Parent.Visibile = not script.Parent.Parent.Visibile
end)

Is that what you were trying to achieve?

Ad

Answer this question