|
| 06 Sep 2013 10:14 PM |
| Say if I am making a script that teleports you to Coordinates. How do I make it so it can teleport you to like 3 other coordinates? |
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 06 Sep 2013 10:18 PM |
What do you mean, exactly?
Teleport to a randomly selected coordinate from a list, or something else? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 08:47 AM |
| Yeah, like teleport all the players to 3 different coordinates. |
|
|
| Report Abuse |
|
|
ashispro
|
  |
| Joined: 14 Sep 2008 |
| Total Posts: 452 |
|
|
| 07 Sep 2013 08:47 AM |
for _, v in pairs(game.Players:children()) do if v.Character then v.Character.Torso.CFrame = CFrame.new(x,y,z) end end
|
|
|
| Report Abuse |
|
|
|
| 07 Sep 2013 08:50 AM |
| Oh! Then make x,y,z Variables for coordinates? |
|
|
| Report Abuse |
|
|
| |
|