You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I would like to teleport to another game
-
What is the issue?
When trying to teleport this shows up -
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