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

Someone Help With A TextBox Script?

Asked by
Scootakip 299 Moderation Voter
9 years ago
1gmbox = script.Parent.Frame.TextBox
2gm = game.Workspace.GMStat.Intermission
3 
4while true do
5    gmbox.Text = "Why!?!?"
6    wait()
7end

I have no idea why this isn't working. It doesn't make much sense, I have no idea what I'm doing wrong and I feel like an idiot. Can someone please help me with this?

Answer this question