|
| 19 May 2013 10:25 AM |
| Like there is a timer gui counting down then when it hits 0 you teleport to a random map. Like on the stalker or something |
|
|
| Report Abuse |
|
|
nairod7
|
  |
| Joined: 26 Mar 2010 |
| Total Posts: 869 |
|
|
| 19 May 2013 10:28 AM |
local timer = 10; for i = 0, timer, -1 do timer = i wait(1) end |
|
|
| Report Abuse |
|
|
nairod7
|
  |
| Joined: 26 Mar 2010 |
| Total Posts: 869 |
|
|
| 19 May 2013 10:29 AM |
| Oh and also, please, the next time you mind posting there: http://www.roblox.com/goto-SH-item?id=115779842 |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 10:29 AM |
| Would the local timer = 10 be how long the timer goes for |
|
|
| Report Abuse |
|
|
nairod7
|
  |
| Joined: 26 Mar 2010 |
| Total Posts: 869 |
|
|
| 19 May 2013 10:30 AM |
| Yes. And replace the for line by that: for i = timer, 0, -1 do |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 10:33 AM |
| Where in this would it teleport you to a random map? |
|
|
| Report Abuse |
|
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
|
| 19 May 2013 12:09 PM |
| It won't. That's just the timer. Making the teleport script you would have to do yourself. |
|
|
| Report Abuse |
|
|