"Attempted to teleport to a place that does not exist."

Ok so, I’m trying to make a game and I need to make it that it teleports you into a game that is in the universe but when I use this script:
script.Parent.MouseButton1Click:Connect(function()

game:GetService(“TeleportService”):Teleport(3535540288, Player)

end)

it doesn’t work and this is what shows up:

You should move this to somewhere other than #bulletin-board so that people will be able to reply.
Possibly #development-support.

Also the issue may be that you are trying to teleport the player into the same place that they are already in. Since when I joined this, it looks the same as your picture meaning you are teleporting the player into the same game causing an error.

1 Like

This topic was automatically closed after 8 minutes. New replies are no longer allowed.