Teleport the player character
teleport-playerMove a Roblox character to another player, exact coordinates, or a relative offset, with optional facing direction. Use it to reposition local players during testing or gameplay.
Instructions
Teleport the LocalPlayer's character to a specified player, set of coordinates, or relative offset, optionally facing a specific lookAt target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lookAt | No | Optional Vector3 coordinates for the character to face after teleporting | |
| coordinates | No | Absolute Vector3 coordinates to teleport to | |
| targetPlayer | No | Target player username to teleport to | |
| relativeOffset | No | Relative Vector3 offset from current position (e.g. {x:0, y:50, z:0} to jump up 50 studs) |