Any place can work, just run this line of code with both iVenatrix and kidso52 in the server
local TS = game:GetService(“TeleportService”)
local PlaceID = placeidhere
local code = TS:ReserveServer(PlaceID)
TS:TeleportToPrivateServer(PlaceID, code, game.Players:GetChildren())
Expected Behavior:
To enter the reserved server with both players
Actual Behavior:
kidso52 can not enter, receiving an error. iVenatrix enters as normal. If there’s more than two players, the same happens. Everyone except kidso52 teleports.
local TS = game:GetService(“TeleportService”)
local PlaceID = placeidhere
local code = TS:ReserveServer(PlaceID)
for i, player in pairs(game.Players:GetPlayers()) do
print(player.Name)
TS:TeleportToPrivateServer(PlaceID, code,
player)
end
I think you should try the code above to see if the bug’s appearing is because of your code or the Roblox’s severs.
And have you tried to public target game/ place?
The code isn’t the issue, because I can enter the server with other people and iVenatrix can enter the server with other people, however if we queue together It doesn’t work at all. It doesn’t only happen in one place. We tested in Anime Battle Arena, and Anime Mania, both of which you can queue with a friend. It isn’t account based, or place based, because both of us have tried to swap accounts to see if it would solve it.