|
| 30 Dec 2015 01:00 AM |
for i=3,1,-1 do for i,v in pairs(game.Players:GetPlayers()) do v.PlayerGui.Main.Seconds.Text = "0:0"..i end wait(1) end
When I play, it only says
0:01
for 3 seconds. I did print(I) for each loop, and it said 3 2 1 in the output. |
|
|
| Report Abuse |
|
|
Incrility
|
  |
| Joined: 11 Sep 2014 |
| Total Posts: 161 |
|
|
| 30 Dec 2015 01:02 AM |
| It happens to fast while you are loading and you only get to see the last thing make the wait longer i think or delay the start so that you can load in properly then see the things happen |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2015 01:06 AM |
Erghm..
Didn't really work. |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2015 01:07 AM |
for i=3,1,-1 do for _,v in pairs(game.Players:GetPlayers()) do v.PlayerGui.Main.Seconds.Text = "0:0"..i end wait(1) end
you were overwritting the i variable
|
|
|
| Report Abuse |
|
|
|
| 30 Dec 2015 01:11 AM |
ooooooooooooooooooh
THANK U |
|
|
| Report Abuse |
|
|