Teleport (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens If you don't put a nil argument for the returns argument, the template does it for you. |
m Text replacement - "</SyntaxHighlight>" to "</syntaxhighlight>" Tags: mobile web edit mobile edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
{{Example| | {{Example| | ||
This code will teleport a player to Crossroads: | This code will teleport a player to Crossroads: | ||
< | <syntaxhighlight lang="lua"> | ||
game:GetService('TeleportService'):Teleport(1818) | game:GetService('TeleportService'):Teleport(1818) | ||
</ | </syntaxhighlight>}} | ||
==See Also== | ==See Also== |
Latest revision as of 05:00, 27 April 2023
Local: This item should be used with a LocalScript in order to work as expected in online mode.
![]() | |
Returns | nil |
Description: | Used in a LocalScript to teleport a player to the place with ID placeId. |
Member of: | TeleportService |
Example
This code will teleport a player to Crossroads:
game:GetService('TeleportService'):Teleport(1818)