Hi, so i got this weird problem so i have this code right here:
local ReservedServer = TeleportService:ReserveServer(tonumber(PlaceId))
local suc, result = pcall(TeleportService.TeleportToPrivateServer, TeleportService, tonumber(PlaceId), ReservedServer, PlayersOnTable)
and tried printing something:
if (suc and result ~= nil) then
print("Players Teleporting")
else
print("Can't TeleportPlayers")
end
but still teleports the players?
prob because this is the problem?
this is where i got the id from, thanks and advance