TeleportImpl (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Megamatrixdude
No edit summary
>Sncplay42
add locked
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{locked}}
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                = TeleportImpl
|name                = TeleportImpl
|arguments            = [[int]] PlaceId, [[string]] SpawnName
|protected            = yes
|returns              = [[nil]]
|returns              = [[nil]]
|description          = This will teleport someone, like [[Teleport_(Method)|Teleport]], but this method has a second argument allowing someone to teleport to a certain spawn.
|description          = Used by a CoreScript to actually teleport the player after they have accepted.
|object              = TeleportService
|object              = TeleportService
}}</onlyinclude>
}}</onlyinclude>


{{clear floats}}
{{clear floats}}
{{Example|<pre>
game:GetService("TeleportService"):TeleportImpl("1818", "SomeSpawnName") --> Will supposedly teleport a player to crossroads, and if there was a spawn named "SomeSpawnName" then you would spawn there.
</pre>}}


[[Category:Methods]]
[[Category:Methods]]

Latest revision as of 12:42, 22 July 2011

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
TeleportImpl( int PlaceId, string SpawnName )
Returns nil
Description: Used by a CoreScript to actually teleport the player after they have accepted.
Member of: TeleportService