Cannot Teleport (773 Error)

I want to be able to teleport to a place within a game, but Roblox is throwing me a 773 error. This is only an issue for one of the places I try to teleport to. The other place I give as an option to teleport to does not give me this issue and works fine. I searched for a solution last night, but I was unable to find a fix.

Code for button used to teleport:

local placeID = 3257382329

local ts = game:GetService("TeleportService")

local player = game.Players.LocalPlayer

script.Parent.MouseButton1Click:Connect(function()

script.Parent.Parent.Parent.Parent.Parent.Teleporting.Visible = true

ts:Teleport(placeID, player)

end)

Picture of the issue: teleport Error — Postimages
Picture of the dev console: teleport Error2 — Postimages

1 Like

The place is obviously closed, doesn’t exist or has an internal server error, and it’s as easy as looking up the code on google

I just tried searching this place and it says that the place doesn’t exist…

PlaceID is wrong in the script. You need to change it to the correct one, so teleport script will start working. :slight_smile:

1 Like

The ID is for a model with a virus in it. [ Content Deleted ] - Roblox

Please make sure you have your game secure and that you aren’t using malicious free models.

1 Like