I can't connect to any reserved server with iVenatrix

Issue Type: Connectivity
Impact: Very High
Frequency: Constantly
Date First Experienced:
Date Last Experienced:

Reproduction Steps:
Steps to reproduce;

  1. have iVenatrix and kidso52 join a game
  2. Reserve a server
  3. Teleport both players to the reserved server

Kidso52’s https://www.roblox.com/users/2406124/profile
iVenatrix’s https://www.roblox.com/users/17126105/profile

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.

Workaround:

1 Like
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.

Link to both games;
ABA ABA [ ENRICO + AY + VEGETA ] - Roblox

ANIME MANIA Anime Mania - Roblox

1 Like

This has been a problem for over a month now and has already been reported in this thread:

1 Like

Duplicate of post linked above