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
No edit summary
Line 2: Line 2:
|name                = TeleportImpl
|name                = TeleportImpl
|returns              = [[nil]]
|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.
|description          = This will teleport someone, like [[Teleport_(Method)|Teleport]], but this method has a second argument allowing someone to teleport to a certain spawn.
|object              = TeleportService
|object              = TeleportService
}}</onlyinclude>
}}</onlyinclude>

Revision as of 10:44, 22 July 2011

TeleportImpl( )
Returns nil
Description: This will teleport someone, like Teleport, 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.