Is it possible for, when a Player X reserves a server for themselves, and when they leave, it doesn’t “die,” disappears? I am trying to create shared serves for a small quantity of players. If the player who joined the server first leaves, I want the server to stay up so other players can join the same server instance. If it is possible, please tell me
Roblox always shuts down a server once the last player leaves, you can reserve the access code indefinitely but the actual server instance dies when empty and a fresh one is spun up on the next join.
1 Like
So there is no way to prevent it from closing when last player leaves?
nope, read on these tho
I understand, that’s kinda sad. Thanks, tho!