|
| 27 Aug 2014 05:05 PM |
lol idk how to script it get = game.Players:GetChildren() get.TeleportToPlace:id=328430 |
|
|
| Report Abuse |
|
spork890
|
  |
| Joined: 16 Nov 2007 |
| Total Posts: 12213 |
|
|
| 27 Aug 2014 05:22 PM |
| I'm wondering this too. Looking for something I can use in a command line. |
|
|
| Report Abuse |
|
|
| 27 Aug 2014 05:28 PM |
--Code-- for i,v in pairs(game.Players:GetChildren()) do game:GetService('TeleportService'):Teleport(1, v) print(i.."Teleported to game with place id 1.") end)
Change 1 to the place id and copy and paste this into admin line with your script command in front. |
|
|
| Report Abuse |
|