Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
|
| 22 Aug 2014 12:10 PM |
h = Instance.new("Hint",game.Workspace)
while true do for i = 45, 0, 1 do h.Text = i.." ".."Seconds Until Night" if i == 0 then h.Text = "Its Night! You are all doomed!" wait(5) h.Text = ""It" is arriving!" wait(5) h.Text = ""It" is here! Watch your back!" wait(1) for i = 65, 0, 1 do h.Text = i.." ".."Seconds Until Daylight" if i == 0 then h.Text = ""It" is gone! Go look for that key!" end end end end end |
|
|
| Report Abuse |
|
|
Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
|
| 22 Aug 2014 12:11 PM |
| Please help, it doesn't seem to work |
|
|
| Report Abuse |
|
|
roleo1122
|
  |
| Joined: 28 Jan 2013 |
| Total Posts: 971 |
|
|
| 22 Aug 2014 12:12 PM |
The last line you have "" that could be it ? |
|
|
| Report Abuse |
|
|
roleo1122
|
  |
| Joined: 28 Jan 2013 |
| Total Posts: 971 |
|
| |
|
Funse
|
  |
| Joined: 11 Jun 2012 |
| Total Posts: 7887 |
|
| |
|
Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
| |
|
Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
| |
|
Funse
|
  |
| Joined: 11 Jun 2012 |
| Total Posts: 7887 |
|
|
| 22 Aug 2014 12:19 PM |
Did you do this too? for i = 65, 0, -1 do |
|
|
| Report Abuse |
|
|
Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
| |
|
Jurdy
|
  |
| Joined: 02 Aug 2014 |
| Total Posts: 327 |
|
|
| 22 Aug 2014 12:24 PM |
| I found the bug, i had to put wait() |
|
|
| Report Abuse |
|
|