DRMOTT
|
  |
| Joined: 20 Oct 2008 |
| Total Posts: 515 |
|
|
| 04 Jan 2015 07:56 AM |
| Can someone help me with a script i want to teleport all players to their own individual brick. So when the game starts it loads a map and then it loads 8 different spawn points and i want each player to automatically get transported to their own spawn point Once the spawn points load in. |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2015 08:01 AM |
spawn = game.Workspace.map.spawn.Position
Game.Workspace.Player.Torso.CFrame = CFrame.new(Vector3.new(spawn)) |
|
|
| Report Abuse |
|
|
|
| 04 Jan 2015 08:06 AM |
No wait a second
game.Workspace.Player.Torso.CFrame = CFrame.new(game.Workspace.spawn.Position) |
|
|
| Report Abuse |
|
|
DRMOTT
|
  |
| Joined: 20 Oct 2008 |
| Total Posts: 515 |
|
|
| 04 Jan 2015 08:18 AM |
| No i want all the players to get teleported at once but to their own spawn once the map spawns in. Because first their sitting in a lobby then when the map i built spawns in i want it to teleport everyone at once but to their own brick. |
|
|
| Report Abuse |
|
|
DRMOTT
|
  |
| Joined: 20 Oct 2008 |
| Total Posts: 515 |
|
| |
|