javiman1
|
  |
| Joined: 07 Jun 2010 |
| Total Posts: 143 |
|
|
| 24 Dec 2011 03:24 PM |
I copied the script from the wiki but I added a line to make it once a timer hits 0, then to teleport everyone to the minigame.
if timer = 0 then target = CFrame.new(0, 50, 0) for i, player in ipairs(game.Players:GetChildren()) do player.Character.Torso.CFrame = target + Vector3.new(0, i * 5, 0) end |
|
|
| Report Abuse |
|
|
abaw7
|
  |
| Joined: 23 Oct 2009 |
| Total Posts: 745 |
|
|
| 24 Dec 2011 03:28 PM |
| Add a end It should work then |
|
|
| Report Abuse |
|
|
javiman1
|
  |
| Joined: 07 Jun 2010 |
| Total Posts: 143 |
|
|
| 24 Dec 2011 03:32 PM |
So like this?
if timer = 0 then target = CFrame.new(0, 50, 0) for i, player in ipairs(game.Players:GetChildren()) do player.Character.Torso.CFrame = target + Vector3.new(0, i * 5, 0) end end
|
|
|
| Report Abuse |
|
|
javiman1
|
  |
| Joined: 07 Jun 2010 |
| Total Posts: 143 |
|
|
| 24 Dec 2011 03:41 PM |
| bump anyone else think that its the right script? |
|
|
| Report Abuse |
|
|
| |
|
javiman1
|
  |
| Joined: 07 Jun 2010 |
| Total Posts: 143 |
|
| |
|