TeleportToSpawnByName (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Sncplay42
Add
>Sncplay42
Add arguments
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                = TeleportToSpawnByName
|name                = TeleportToSpawnByName
|arguments            = [[int]] PlaceId, [[string]] SpawnName
|returns              = [[nil]]
|returns              = [[nil]]
|description          = Teleports someone like [[Teleport_(Method)|Teleport]], but has a second argument allowing someone to teleport to a certain spawn.
|description          = Teleports someone like [[Teleport_(Method)|Teleport]], but has a second argument allowing someone to teleport to a certain spawn.

Revision as of 12:36, 22 July 2011

TeleportToSpawnByName( int PlaceId, string SpawnName )
Returns nil
Description: Teleports someone like Teleport, but has a second argument allowing someone to teleport to a certain spawn.
Member of: TeleportService


Example
game:GetService("TeleportService"):TeleportImpl("1818", "SomeSpawnName") --> Will teleport a player to crossroads, and if there was a spawn named "SomeSpawnName" then you would spawn there.