MaxproGlitcher

and teleport api

Mar 17th, 2026
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. Class TeleportAsyncResult : Instance [NotCreatable]
  2. Property TeleportAsyncResult.PrivateServerId: string {🛠️Teleport} [ReadOnly]
  3. Property TeleportAsyncResult.ReservedServerAccessCode: string {🛠️Teleport} [ReadOnly]
  4. Class TeleportOptions : Instance
  5. Property TeleportOptions.ReservedServerAccessCode: string {🛠️Teleport}
  6. Property TeleportOptions.ServerInstanceId: string {🛠️Teleport}
  7. Property TeleportOptions.ShouldReserveServer: boolean {🛠️Teleport}
  8. Function TeleportOptions:GetTeleportData() -> any {🛠️Teleport}
  9. Function TeleportOptions:SetTeleportData(teleportData: any) -> () {🛠️Teleport}
  10. Class TeleportService : Instance [NotCreatable] [Service]
  11. Property TeleportService.CustomizedTeleportUI: boolean {🛠️Teleport} [📁LoadOnly] [NotReplicated] [Deprecated]
  12. Function TeleportService:GetArrivingTeleportGui() -> Instance? {🛠️Teleport | UI}
  13. Function TeleportService:GetLocalPlayerTeleportData() -> any {🛠️Teleport}
  14. Function TeleportService:GetPlayerPlaceInstanceAsync(userId: number) -> ...any {🛠️Teleport} [Yields]
  15. Function TeleportService:GetTeleportSetting(setting: string) -> any {🛠️Teleport}
  16. Function TeleportService:PromptExperienceDetailsAsync(player: Player, universeId: number) -> Enum.PromptExperienceDetailsResult {🛠️Teleport} [Yields]
  17. Function TeleportService:ReserveServerAsync(placeId: number) -> ...any {🛠️Teleport} [Yields]
  18. Function TeleportService:SetTeleportGui(gui: Instance) -> () {🛠️Teleport | UI}
  19. Function TeleportService:SetTeleportSetting(setting: string, value: any) -> () {🛠️Teleport}
  20. Function TeleportService:Teleport(placeId: number, player: Instance? = nil, teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
  21. Function TeleportService:TeleportAsync(placeId: number, players: { Instance }, teleportOptions: Instance? = nil) -> Instance? {🛠️Teleport | UI} [Yields]
  22. Function TeleportService:TeleportPartyAsync(placeId: number, players: { Instance }, teleportData: any, customLoadingScreen: Instance? = nil) -> string {🛠️Teleport | UI} [Yields]
  23. Function TeleportService:TeleportToPlaceInstance(placeId: number, instanceId: string, player: Instance? = nil, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
  24. Function TeleportService:TeleportToPrivateServer(placeId: number, reservedServerAccessCode: string, players: { Instance }, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
  25. Function TeleportService:TeleportToSpawnByName(placeId: number, spawnName: string, player: Instance? = nil, teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
  26. Function TeleportService:Block() -> () {🛠️Teleport} {🔒RobloxScript}
  27. Function TeleportService:GetThirdPartyTeleportInfo(goForth: boolean) -> ...any {🛠️Teleport} {🔒RobloxScript}
  28. Function TeleportService:PromptExperienceDetailsCompleted(resultEnum: Enum.PromptExperienceDetailsResult, errorMessage: string? = "") -> () {🛠️Teleport} {🔒RobloxScript}
  29. Function TeleportService:ReserveServer(placeId: number) -> ...any {🛠️Teleport} [Yields] [Deprecated]
  30. Function TeleportService:TeleportCancel() -> () {🛠️Teleport} {🔒RobloxScript}
  31. Function TeleportService:TeleportReconnect() -> () {🛠️Teleport} {🔒RobloxScript}
  32. Function TeleportService:TeleportTrustedBackForth(goForth: boolean) -> () {🛠️Teleport} {🔒RobloxScript}
  33. Function TeleportService:TeleportTrustedBackHistory(placeId: number) -> () {🛠️Teleport} {🔒RobloxScript}
  34. Function TeleportService:TeleportedPlacesBackHistory() -> { any } {🛠️Teleport} {🔒RobloxScript}
  35. Function TeleportService:TeleportedUniversesBackHistory() -> { any } {🛠️Teleport} {🔒RobloxScript}
  36. Function TeleportService:UnblockAsync() -> ...any {🛠️Teleport} {🔒RobloxScript} [Yields]
  37. Event TeleportService.LocalPlayerArrivedFromTeleport(loadingGui: Instance, dataTable: any) {🛠️Teleport}
  38. Event TeleportService.TeleportInitFailed(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, placeId: number, teleportOptions: Instance) {🛠️Teleport}
  39. Event TeleportService.MenuTeleportAttempt() {🛠️Teleport} {🔒RobloxScript}
  40. Event TeleportService.OpenExperienceDetailsPrompt(universeId: number) {🛠️Teleport} {🔒RobloxScript}
  41. Event TeleportService.ReconnectTeleportInitFailed(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, placeId: number, teleportOptions: Instance) {🛠️Teleport} {🔒RobloxEngine}
  42. Event TeleportService.SendVIPData(player: Instance, vipServerCode: string, dmPlaceID: number) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
  43. Event TeleportService.TeleportInProgress(player: Instance, teleportInfo: { [string]: any }) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
  44. Event TeleportService.TeleportInitFailedInternal(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, guid: string) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
Advertisement
Add Comment
Please, Sign In to add comment