Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Class TeleportAsyncResult : Instance [NotCreatable]
- Property TeleportAsyncResult.PrivateServerId: string {🛠️Teleport} [ReadOnly]
- Property TeleportAsyncResult.ReservedServerAccessCode: string {🛠️Teleport} [ReadOnly]
- Class TeleportOptions : Instance
- Property TeleportOptions.ReservedServerAccessCode: string {🛠️Teleport}
- Property TeleportOptions.ServerInstanceId: string {🛠️Teleport}
- Property TeleportOptions.ShouldReserveServer: boolean {🛠️Teleport}
- Function TeleportOptions:GetTeleportData() -> any {🛠️Teleport}
- Function TeleportOptions:SetTeleportData(teleportData: any) -> () {🛠️Teleport}
- Class TeleportService : Instance [NotCreatable] [Service]
- Property TeleportService.CustomizedTeleportUI: boolean {🛠️Teleport} [📁LoadOnly] [NotReplicated] [Deprecated]
- Function TeleportService:GetArrivingTeleportGui() -> Instance? {🛠️Teleport | UI}
- Function TeleportService:GetLocalPlayerTeleportData() -> any {🛠️Teleport}
- Function TeleportService:GetPlayerPlaceInstanceAsync(userId: number) -> ...any {🛠️Teleport} [Yields]
- Function TeleportService:GetTeleportSetting(setting: string) -> any {🛠️Teleport}
- Function TeleportService:PromptExperienceDetailsAsync(player: Player, universeId: number) -> Enum.PromptExperienceDetailsResult {🛠️Teleport} [Yields]
- Function TeleportService:ReserveServerAsync(placeId: number) -> ...any {🛠️Teleport} [Yields]
- Function TeleportService:SetTeleportGui(gui: Instance) -> () {🛠️Teleport | UI}
- Function TeleportService:SetTeleportSetting(setting: string, value: any) -> () {🛠️Teleport}
- Function TeleportService:Teleport(placeId: number, player: Instance? = nil, teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
- Function TeleportService:TeleportAsync(placeId: number, players: { Instance }, teleportOptions: Instance? = nil) -> Instance? {🛠️Teleport | UI} [Yields]
- Function TeleportService:TeleportPartyAsync(placeId: number, players: { Instance }, teleportData: any, customLoadingScreen: Instance? = nil) -> string {🛠️Teleport | UI} [Yields]
- Function TeleportService:TeleportToPlaceInstance(placeId: number, instanceId: string, player: Instance? = nil, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
- Function TeleportService:TeleportToPrivateServer(placeId: number, reservedServerAccessCode: string, players: { Instance }, spawnName: string? = "", teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
- Function TeleportService:TeleportToSpawnByName(placeId: number, spawnName: string, player: Instance? = nil, teleportData: any, customLoadingScreen: Instance? = nil) -> () {🛠️Teleport | UI}
- Function TeleportService:Block() -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:GetThirdPartyTeleportInfo(goForth: boolean) -> ...any {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:PromptExperienceDetailsCompleted(resultEnum: Enum.PromptExperienceDetailsResult, errorMessage: string? = "") -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:ReserveServer(placeId: number) -> ...any {🛠️Teleport} [Yields] [Deprecated]
- Function TeleportService:TeleportCancel() -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:TeleportReconnect() -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:TeleportTrustedBackForth(goForth: boolean) -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:TeleportTrustedBackHistory(placeId: number) -> () {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:TeleportedPlacesBackHistory() -> { any } {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:TeleportedUniversesBackHistory() -> { any } {🛠️Teleport} {🔒RobloxScript}
- Function TeleportService:UnblockAsync() -> ...any {🛠️Teleport} {🔒RobloxScript} [Yields]
- Event TeleportService.LocalPlayerArrivedFromTeleport(loadingGui: Instance, dataTable: any) {🛠️Teleport}
- Event TeleportService.TeleportInitFailed(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, placeId: number, teleportOptions: Instance) {🛠️Teleport}
- Event TeleportService.MenuTeleportAttempt() {🛠️Teleport} {🔒RobloxScript}
- Event TeleportService.OpenExperienceDetailsPrompt(universeId: number) {🛠️Teleport} {🔒RobloxScript}
- Event TeleportService.ReconnectTeleportInitFailed(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, placeId: number, teleportOptions: Instance) {🛠️Teleport} {🔒RobloxEngine}
- Event TeleportService.SendVIPData(player: Instance, vipServerCode: string, dmPlaceID: number) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
- Event TeleportService.TeleportInProgress(player: Instance, teleportInfo: { [string]: any }) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
- Event TeleportService.TeleportInitFailedInternal(player: Instance, teleportResult: Enum.TeleportResult, errorMessage: string, guid: string) {🛠️Teleport} {🔒RobloxEngine} [Hidden]
Advertisement
Add Comment
Please, Sign In to add comment