Yo, I have such a problem that when I try to teleport, I get an error, I can’t understand the problem
Are you trying to get yourself teleported in Roblox Studio? If so, teleporting to other places in studio is disabled
(article: Teleporting Between Places)
Try rejoining your game to see if the error above still appears.
local code = TS:ReserveServer(placeId)
teleporting = true
TS:TeleportToPrivateServer(placeId, code, playersToTeleport)
repeat wait() until #list <= 0
billboard.Frame.Status.Text = "Waiting for the players!"
billboard.Frame.Status.TextColor3 = Color3.fromRGB(85, 255, 0)
teleporting = false
end
end
My old game doesn’t have such a error