TeleportType
Determines the type of teleport destination for a TeleportService teleport call.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
210 | ToPlace | 0 | The teleport destination is a place (no specific instance). | |
210 | ToInstance | 1 | The teleport destination is an instance of a place. | |
597 | ToReservedServer | 2 | The destination of the teleport is a reserved server (a place instance that is reserved for a select group of players). | |
597 | ToVIPServer | 3 | ||
634 | ToInstanceBack | 4 |
Description
Determines the type of teleport destination for a TeleportService teleport call.
History 9
- 634 Add ToInstanceBack
- 597 Change Index of ToVIPServer from 2 to 3
- 597 Change Index of ToReservedServer from 3 to 2
- 594 Add ToVIPServer
- 594 Change Index of ToReservedServer from 2 to 3
- 210 Add ToReservedServer
- 210 Add ToPlace
- 210 Add ToInstance
- 210 Add TeleportType