Http 400 error at game teleportation. Any fix for it? [SOLVED]
Hey i have a http 400 error on the new game im making. It has a queue to teleport the people in the table but at the reserveserver section i get a 400 error
Teleport code:
03 | local tps = game:GetService( "TeleportService" ) |
06 | function teleportPlayers(id, PlayersToTeleport) |
07 | local code,privateServerId = tps:ReserveServer(id,PlayersToTeleport) |
08 | print (tps:TeleportToPrivateServer(id,code,PlayersToTeleport)) |
13 | teleportPlayers( 2558455770 , PlayersToTeleport) |
Any fix for it? Please i need it.