Error Code 773: The Reserved Server Code provided is invalid

Hi, I am trying to teleport a group of people to a reserved server. This is my code:

local TeleportService = game:GetService("TeleportService")
	local code = TeleportService:ReserveServer(game.PlaceId)
	for i, v in pairs(game.Players:GetPlayers()) do
		TeleportService:TeleportToPrivateServer(6932623766, code ,{v})
		
	end

I do not really understand why this error is happening. Please help.

Weird a new post was just made on the same topic. Maybe it’s a roblox issue?

Probably, I’ll check that post too, can you please share me the link? Ty

Is game.PlaceId the same as 6932623766?

No, they are different places. They are not the same

If they are within the same universe try doing this instead:

local code = TeleportService:ReserveServer(6932623766)

They ain’t lol, I think I ought to make it. A minute please