Permet aux joueurs de quitter une partie de manière transparente et d'en rejoindre une autre.
- Propriétés 1
- 1.1 bool UI de téléportation personnalisée [Non répliqué] [Déprécié]
- Fonctions 2
- 2.1 Instance GetArrivingTeleportGui()
- 2.2 Variante GetLocalPlayerTeleportData()
- 2.3 Tuple GetPlayerPlaceInstanceAsync(int64 userId) [Rendements]
- 2.4 Variante GetTeleportSetting(réglage de la chaîne)
- 2.5 Tuple RéserveServeur(int64 placeId) [Rendements]
- 2.6 vide SetTeleportGui(interface graphique d'instance)
- 2.7 vide SetTeleportSetting(paramètre de chaîne, valeur de variante)
- 2.8 vide téléportation(int64 placeId, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
- 2.9 Instance TéléportationAsync(int64 placeId, Objets joueurs, Instance teleportOptions = nil) [Rendements]
- 2.10 vide TéléporterAnnuler()
- 2.11 chaîne TeleportPartyAsync(int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil) [Rendements]
- 2.12 vide TeleportToPlaceInstance(int64 placeId, chaîne instanceId, Instance player = nil, chaîne spawnName = , Variant teleportData, Instance customLoadingScreen = nil)
- 2.13 vide TeleportToPrivateServer(int64 placeId, chaîne reservesServerAccessCode, joueurs d'objets, chaîne spawnName = , Variant teleportData, instance customLoadingScreen = nil)
- 2.14 vide TeleportToSpawnByName(int64 placeId, chaîne spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
- 3 Événements
- 3.1 LocalPlayerArrivedDeTeleport(Instance de chargementGui, Variant dataTable)
- 3.2 Échec de l'initialisation de la téléportation(Lecteur d'instance, TeleportResult teleportResult, string errorMessage)
- 4 Liens externes
bool UI de téléportation personnalisée [Non répliqué] [Déprécié]
|
- Catégorie : Données.
- Sérialisation : peut se charger uniquement.
|
Instance GetArrivingTeleportGui()
|
Variante GetLocalPlayerTeleportData()
|
tuple GetPlayerPlaceInstanceAsync(int64 userId) [Rendements]
|
Variante GetTeleportSetting(réglage de la chaîne)
|
tuple RéserveServeur(int64 placeId) [Rendements]
|
annuler SetTeleportGui(interface graphique d'instance)
|
annuler SetTeleportSetting(paramètre de chaîne, valeur de variante)
|
annuler téléportation(int64 placeId, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
|
Instance TéléportationAsync(int64 placeId, Objets joueurs, Instance teleportOptions = nil) [Rendements]
|
annuler TéléporterAnnuler()
|
- Sécurité : RobloxScriptSecurity.
|
un magnifique TeleportPartyAsync(int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil) [Rendements]
|
annuler TeleportToPlaceInstance(int64 placeId, chaîne instanceId, Instance player = nil, chaîne spawnName = , Variant teleportData, Instance customLoadingScreen = nil)
|
annuler TeleportToPrivateServer(int64 placeId, chaîne reservesServerAccessCode, joueurs d'objets, chaîne spawnName = , Variant teleportData, instance customLoadingScreen = nil)
|
annuler TeleportToSpawnByName(int64 placeId, chaîne spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
|
LocalPlayerArrivedDeTeleport(Instance de chargementGui, Variant dataTable)
|
Échec de l'initialisation de la téléportation(Lecteur d'instance, TeleportResult teleportResult, string errorMessage)
|
- TeleportService sur le Roblox Developer Hub
- TeleportService dans la référence de l'API Roblox