Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TeleportMethod

Identifies which TeleportService API method initiated a teleport.

Items 7

HistoryNameValueDescription
440TeleportToSpawnByName0

Teleport was initiated by TeleportService:TeleportToSpawnByName(), which sends a player to a named SpawnLocation in a place.

440TeleportToPlaceInstance1

Teleport was initiated by TeleportService:TeleportToPlaceInstance(), which sends a player to a specific running server instance identified by its instanceId.

440TeleportToPrivateServer2

Teleport was initiated by TeleportService:TeleportToPrivateServer(), which sends players to a reserved server using an access code.

442TeleportPartyAsync3

Teleport was initiated by TeleportService:TeleportPartyAsync(), which sends a group of players to a place together.

594TeleportToVIPServer4

Teleport was initiated to a VIP (creator-owned private) server; the engine upgrades the method tag to this value when VIP server credentials are present at teleport time.

634TeleportToInstanceBack5

Teleport was initiated by back-navigation, returning a player to a specific prior place instance.

634TeleportUnknown6

Fallback value used when the teleport method cannot be determined.

Removed items 1

HistoryNameValue
442TeleportToPartyAsync3

Description

TeleportMethod identifies the TeleportService call that initiated a given teleport. Each enum item corresponds to a specific public TeleportService method.

History 14

Settings