1 | gmbox = script.Parent.Frame.TextBox |
2 | gm = game.Workspace.GMStat.Intermission |
3 |
4 | while true do |
5 | gmbox.Text = "Why!?!?" |
6 | wait() |
7 | end |
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?