TeleportImpl (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Megamatrixdude
New page: <onlyinclude>{{Method |name = TeleportImpl |returns = nil |description = This will teleport someone, like Teleport_(Method), but this method h...
 
>Megamatrixdude
New page: <onlyinclude>{{Method |name = TeleportImpl |returns = nil |description = This will teleport someone, like Teleport_(Method), but this method h...
(No difference)

Revision as of 10:44, 22 July 2011

TeleportImpl( )
Returns nil
Description: This will teleport someone, like Teleport_(Method), but this method has a second argument allowing someone to teleport to a certain spawn.
Member of: TeleportService


Example
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.