TeleportImpl (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Megamatrixdude No edit summary |
>Sncplay42 corrected purpose |
||
Line 1: | Line 1: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = TeleportImpl | |name = TeleportImpl | ||
|arguments = [[int]] PlaceId, [[string]] SpawnName | |||
|protected = yes | |||
|returns = [[nil]] | |returns = [[nil]] | ||
|description = | |description = Used by a CoreScript to actually teleport the player after they have accepted. | ||
|object = TeleportService | |object = TeleportService | ||
}}</onlyinclude> | }}</onlyinclude> | ||
{{clear floats}} | {{clear floats}} | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 12:42, 22 July 2011
![]() | |
Returns | nil |
Description: | Used by a CoreScript to actually teleport the player after they have accepted. |
Member of: | TeleportService |