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

Why won't this script work?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
01local sp = script.Parent
02 
03button = sp
04player = game.Players.LocalPlayer
05 
06msg = player.PlayerGui.TextBox.TextLabel
07 
08msg.Visible=false
09 
10function Talk()
11        player.Character.Torso.Anchored=false
12        msg.Visible=true
13        wait(3)
14        msg.Text="Logan: Nice to see you again."
15        wait(3)
View all 41 lines...

I can't solve it, it's very simple! D:. Please help, thank you

And there is no Output.

1 answer

Log in to vote
-2
Answered by 10 years ago

I found a hidden bad word! HAHAHAHAHAHAHA!

0
.... Roboy5857 20 — 10y
Ad

Answer this question