A new bug when teleporting players has started to occured.
It completly shutdown my entire game as the lobby is not allowed to teleport players anymore.
The results, everyone is in lobby nobody is being teleported.
It will show this, or 769 as error code.
All this server does is teleport each player that joins to their own private lobby using this code:
local TS = game:GetService("TeleportService")
function added(player)
local code = TS:ReserveServer(game.PlaceId)
TS:TeleportToPrivateServer(game.PlaceId,code,{player})
end
game.Players.PlayerAdded:connect(added)
for i,v in pairs(game.Players:GetChildren()) do
added(v)
end
Went from 1.2k to 300 players twice in just a few hours now.
Game link: Empty Baseplate - Roblox