---
name: TeleportState
last_updated: 2026-06-15T23:39:03Z
type: enum
summary: "Determines the current teleportation state of a player."
---

# TeleportState

Determines the current teleportation state of a player.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `RequestedFromServer` | 0 | The server has requested that the client teleport. |
| `Started` | 1 | The client has started attempting to teleport. |
| `WaitingForServer` | 2 | The client is waiting for the server to respond to the teleport request. |
| `Failed` | 3 | The teleport failed. |
| `InProgress` | 4 | The teleport is currently in progress. The player usually disconnects and teleports to the destination after this. |