diddims4
|
  |
| Joined: 18 Feb 2010 |
| Total Posts: 884 |
|
|
| 13 Jun 2013 05:11 AM |
this is what i have:
positions = {Vector3.new(80.95, 7.16, -323.615),Vector3.new(-63.683, 22.938, -252.214)} function teleportplayers() for _,player in pairs(game.Players:GetChildren()) do if player.Character and pl.Character:findFirstChild("Torso") and not player.Character.Torso.Anchored then player.Character.Torso.CFrame = CFrame.new(positions[math.random(1,#positions)]) end end end
i have more positions so yeah |
|
|
| Report Abuse |
|
diddims4
|
  |
| Joined: 18 Feb 2010 |
| Total Posts: 884 |
|
| |
| |