Teleport failed

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I would like to teleport to another game

  2. What is the issue?image
    When trying to teleport this shows up

  3. What solutions have you tried so far? I have tried going on the dev hub and dev forum but I have found no solutions so far.

My code

local tele = game:GetService("TeleportService")
local id = 8019593100

game.ReplicatedStorage.events.gone.OnServerEvent:Connect(function(plr)
	tele:Teleport(id, plr)
end)

It worked yesterday but its not working now I have third party teleports enabled and in the other game it is public but it still does not work

game, place or Experience? this matters

Its a place in the game
image

@jjadtru ok
use teleportAsync

1 Like