---
name: TeleportType
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Determines the type of teleport destination for a TeleportService teleport call."
---

# TeleportType

Determines the type of teleport destination for a [TeleportService](/docs/reference/engine/classes/TeleportService.md)
teleport call.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `ToPlace` | 0 | The teleport destination is a place (no specific instance). |
| `ToInstance` | 1 | The teleport destination is an instance of a place. |
| `ToReservedServer` | 2 | The destination of the teleport is a reserved server (a place instance that is reserved for a select group of players). |
| `ToVIPServer` | 3 |  |
| `ToInstanceBack` | 4 |  |