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

How do i make this script work? I've been working for 30 minutes debugging.

Asked by
exit16 20
9 years ago

local Stop = game.StarterGui.ScreenGui.Stop function onClicked (TextButton) local Player = game.StarterGui.ScreenGui.Stop:FindFirstChild("Humanoid") if (Player ~=nil) then do Stop.MouseButton1Down = true if (Clicked) then do Stop.Visible = false end end end end end~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~

1 answer

Log in to vote
0
Answered by 9 years ago
--Put the script in the lines, therefore we can actually read it.
0
Ok. exit16 20 — 9y
Ad

Answer this question