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.
Properties
Section titled “Properties”| Field | What it does |
|---|---|
| Name | Optional editor-only name for the node. |
| Target Instance Path | Path to the target part or model. |
| Next | Node that runs after the teleport command is sent. |
Target paths
Section titled “Target paths”Use paths that start from workspace or game.
| Example | Meaning |
|---|---|
workspace.SpawnLocation | A part named SpawnLocation under Workspace. |
workspace.InteractionLab.TeleportPad | A nested part or model. |
game.Workspace.Checkpoints.Library | A 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.