|
| 24 Dec 2013 02:40 PM |
for _,v in pairs(game.Players:GetPlayers()) do Console = v.PlayerGui.Console.Frame.Text for i = 11,1,-1 do Console.Text = i end end
Worked before.... I don't know what I did that broke it. It inserts itself when the script calls for it.
so like...
game.Lighting.Countdown:clone().Parent = game.Workspace
Please help, tragic. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 24 Dec 2013 02:42 PM |
| Remove the .Text after the Console.Frame |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 02:44 PM |
| Text is a text label inside frame. |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 24 Dec 2013 03:04 PM |
| I'll check it in studio, forgot out output. I'll be back |
|
|
| Report Abuse |
|
|