Allow to start (and rejoin) individual players in the Multiplayer simulation

As a Roblox developer, it is currently impossible to remove a player and re-enter the same player in the Multiplayer simulation:

If Roblox is able to address this issue, it would improve my development experience because sometimes it is necessary to test the behavior of the game when one player is online and another player enters and leaves with the first player still online.
Currently, this is only possible in Roblox Player, because Studio starts ALL virtual players at the same time.

19 Likes

Fwiw, it’s possible to manually enter players one at a time. Set the max players to 1, then after the server starts up, you can manually add individual clients from the server window.

Note, it is not possible to have an individual test player leave, then rejoin (which is needed!)

2 Likes

You are right!
Based on the test I did below, is actually possible to start individual players and exit them.
However, as you said, it’s not possible to rejoin the same players: