How to teleport all the players from one server to another place

I am making a game that starts a 2 minute timer as soon as a player joins the server and once the timer is up all the players get teleported to a new server where the game starts. Right now I have server script in serverscriptservice that performs the teleport but when I test it and the timer runs out I get Error http 403 (forbidden). I have everything enabled in my security game settings so idk what I have to do now.

Can you please provide your code? You may be using GameId over PlaceId.

1 Like
local teleportOptions = Instance.new('TeleportOptions')
			teleportOptions.ShouldReserveServer = true
			TeleportService:TeleportAsync(PlaceId, game.Players:GetPlayers(), teleportOptions)

I am using the placeID I just double checked

Maybe try to public the teleportation place

Do you want a ReservedServer? (Character limit)

yes thats exactly what i want, only the characters from the first server