TeleportMethod
Identifies which TeleportService API method initiated a teleport.
Items 7
| History | Name | Value | Description | |
|---|---|---|---|---|
| 440 | TeleportToSpawnByName | 0 | Teleport was initiated by TeleportService:TeleportToSpawnByName(), which sends a player to a named SpawnLocation in a place. | |
| 440 | TeleportToPlaceInstance | 1 | Teleport was initiated by
TeleportService:TeleportToPlaceInstance(), which sends a player to
a specific running server instance identified by its | |
| 440 | TeleportToPrivateServer | 2 | Teleport was initiated by TeleportService:TeleportToPrivateServer(), which sends players to a reserved server using an access code. | |
| 442 | TeleportPartyAsync | 3 | Teleport was initiated by TeleportService:TeleportPartyAsync(), which sends a group of players to a place together. | |
| 594 | TeleportToVIPServer | 4 | 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. | |
| 634 | TeleportToInstanceBack | 5 | Teleport was initiated by back-navigation, returning a player to a specific prior place instance. | |
| 634 | TeleportUnknown | 6 | Fallback value used when the teleport method cannot be determined. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 442 | TeleportToPartyAsync | 3 |
Description
TeleportMethod identifies the TeleportService call that initiated a
given teleport. Each enum item corresponds to a specific public
TeleportService method.
History 14
- 634 Change Value of TeleportUnknown from 5 to 6
- 634 Change Index of TeleportUnknown from 5 to 6
- 634 Add TeleportToInstanceBack
- 594 Change Value of TeleportUnknown from 4 to 5
- 594 Change Index of TeleportUnknown from 4 to 5
- 594 Add TeleportToVIPServer
- 442 Add TeleportUnknown
- 442 Remove TeleportToPartyAsync
- 442 Add TeleportPartyAsync
- 440 Add TeleportToSpawnByName
- 440 Add TeleportToPrivateServer
- 440 Add TeleportToPlaceInstance
- 440 Add TeleportToPartyAsync
- 440 Add TeleportMethod