kools
|
  |
| Joined: 11 Jan 2009 |
| Total Posts: 1659 |
|
|
| 07 Jan 2012 11:52 AM |
-- This is diffrent from the actual script while true do Player = game.Player:GetPlayers() alert = Player.PlayerGui.MM.TextBox wait(1) alert.Text = hmmm wait(1) alert.Text = o'man end --?
|
|
|
| Report Abuse |
|
|
Rukirio
|
  |
| Joined: 26 May 2011 |
| Total Posts: 60 |
|
|
| 07 Jan 2012 11:55 AM |
Well, the problem is right in front of you.
while true do Player = game.Player:GetPlayers() alert = Player.PlayerGui.MM.TextBox wait(1) alert.Text = "hmmm" wait(1) alert.Text = "o'man" end
If you want text to appear, you always need to put " behind and in front.
|
|
|
| Report Abuse |
|
|
kools
|
  |
| Joined: 11 Jan 2009 |
| Total Posts: 1659 |
|
| |
|
| |
|