Skip to content

Teleport Player Node

Teleport Player moves the player to a target in your place.

Use Insert > Scene & UI > Teleport Player Node when a route should place the player near a world interaction, location, or return point.

FieldWhat it does
NameOptional editor-only name for the node.
Target Instance PathPath to the target part or model.
NextNode that runs after the teleport command is sent.

Use paths that start from workspace or game.

ExampleMeaning
workspace.SpawnLocationA part named SpawnLocation under Workspace.
workspace.InteractionLab.TeleportPadA nested part or model.
game.Workspace.Checkpoints.LibraryA path starting from game.

The target must resolve to a Roblox part or a Model. Invalid paths do not move the character.

Teleport Player is safest when you create clear, named target parts in the place and keep their paths stable.