This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Members

Properties

Property Type History
CustomizedTeleportUI bool (+0.130)

Functions

Returns Function History
Instance GetArrivingTeleportGui ( ) (+0.350)
Variant GetLocalPlayerTeleportData ( ) (+0.223)
Variant GetTeleportSetting ( string setting ) (+0.223)
void SetTeleportGui ( Instance gui ) (+0.347)
void SetTeleportSetting ( string setting, Variant value ) (+0.223)
void Teleport ( int64 placeId, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil )
void TeleportCancel ( )
void TeleportImpl ( int placeId, string spawnName ) (−0.210)
void TeleportToPlaceInstance ( int64 placeId, string instanceId, Instance player = nil, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil ) (+0.139)
void TeleportToPrivateServer ( int64 placeId, string reservedServerAccessCode, Objects players, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil ) (+0.210)
void TeleportToSpawnByName ( int64 placeId, string spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil )

YieldFunctions

Returns YieldFunction History
Tuple GetPlayerPlaceInstanceAsync ( int64 userId ) (+0.139)
Tuple ReserveServer ( int64 placeId ) (+0.210)
string TeleportPartyAsync ( int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil ) (+0.331)
  • 1 yieldfunction inherited from Instance

Events

Event History
LocalPlayerArrivedFromTeleport ( Instance loadingGui, Variant dataTable ) (+0.206)
TeleportInitFailed ( Instance player, TeleportResult teleportResult, string errorMessage ) (+0.320)

Callbacks

Returns Callback History
bool ConfirmationCallback ( string message, int placeId, string spawnName ) (−0.311)
void ErrorCallback ( string message ) (−0.311)

Enums

Enum History
TeleportResult (+0.320)

Property Descriptions

bool TeleportService.CustomizedTeleportUI

Version History:(+0.130)

Deprecated: This member is deprecated.

Function Descriptions

InstanceTeleportService.GetArrivingTeleportGui ( )

Version History:(+0.350)

VariantTeleportService.GetLocalPlayerTeleportData ( )

Version History:(+0.223)

VariantTeleportService.GetTeleportSetting ( string setting )

Version History:(+0.223)

voidTeleportService.SetTeleportGui ( Instance gui )

Version History:(+0.347)

voidTeleportService.SetTeleportSetting ( string setting, Variant value )

Version History:(+0.223)

voidTeleportService.Teleport ( int64 placeId, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil )

voidTeleportService.TeleportCancel ( )

Tags: RobloxScriptSecurity

voidTeleportService.TeleportImpl ( int placeId, string spawnName )

Version History:(−0.210)

Tags: RobloxScriptSecurity

voidTeleportService.TeleportToPlaceInstance ( int64 placeId, string instanceId, Instance player = nil, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil )

Version History:(+0.139)

voidTeleportService.TeleportToPrivateServer ( int64 placeId, string reservedServerAccessCode, Objects players, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil )

Version History:(+0.210)

voidTeleportService.TeleportToSpawnByName ( int64 placeId, string spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil )

YieldFunction Descriptions

TupleTeleportService.GetPlayerPlaceInstanceAsync ( int64 userId )

Version History:(+0.139)

TupleTeleportService.ReserveServer ( int64 placeId )

Version History:(+0.210)

stringTeleportService.TeleportPartyAsync ( int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil )

Version History:(+0.331)

Event Descriptions

TeleportService.LocalPlayerArrivedFromTeleport ( Instance loadingGui, Variant dataTable )

Version History:(+0.206)

TeleportService.TeleportInitFailed ( Instance player, TeleportResult teleportResult, string errorMessage )

Version History:(+0.320)

Callback Descriptions

boolTeleportService.ConfirmationCallback ( string message, int placeId, string spawnName )

Version History:(−0.311)

Tags: RobloxScriptSecurity, noyield

voidTeleportService.ErrorCallback ( string message )

Version History:(−0.311)

Tags: RobloxScriptSecurity, noyield

Inherits: