Teleport (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Megamatrixdude
No edit summary
>Megamatrixdude
No edit summary
Line 8: Line 8:


{{clear floats}}
{{clear floats}}
{{Example|<pre>
game:GetService("TeleportService"):Teleport("1818") --> Will supposedly teleport a player to crossroads.
</pre>}}




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

Revision as of 10:02, 22 July 2011

This method does not currently work, as the TeleportService is still under development.

Teleport( )
Returns nil
Description: When put into a LocalScript, the Teleport method is used to teleport the player to a different game by PlaceId.
Member of: TeleportService


Example
game:GetService("TeleportService"):Teleport("1818") --> Will supposedly teleport a player to crossroads.