|
| 23 Jul 2011 12:13 PM |
| I have been looking through scripts to learn and I saw this.. I have heard people talk about it, but what does it do? |
|
|
| Report Abuse |
|
|
Fl0x
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 5169 |
|
|
| 23 Jul 2011 12:14 PM |
It get's you from here: __ To here: __ |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2011 12:15 PM |
| Teleports you to another place. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2011 12:16 PM |
Lets you teleport from one game to another without closing ROBLOX, you use it in a local script.
Only 2 methods that work on it:
Game:FindFirstChild("Teleport Service"):Teleport(placeId) Game:FindFirstChild("Teleport Service"):TeleportToSpawnByName(placeId, spawnName)
Wiki page: http://wiki.roblox.com/index.php/TeleportService
And the spawnName is just the name of the spawn. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2011 12:33 PM |
| So if one spawns name is Spawn and the other is Spawn2, I could make the people coming from another game to spawn at Spawn2? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
ellosss
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 7030 |
|
|
| 23 Jul 2011 12:53 PM |
| Game:FindFirstChild("Teleport Service"):Teleport(placeId`, spawnName) -- You can actually put the spawn name there already. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2011 12:56 PM |
| Are you sure? That would just make it the other method useless. |
|
|
| Report Abuse |
|
|
ellosss
|
  |
| Joined: 15 Mar 2009 |
| Total Posts: 7030 |
|
| |
|