Is it possible to have only one instance of a server?

As the name of the topic suggests, is it possible to configure a game so only one server of said game/place can exist at a time?
There’s probably an answer somewhere but I have no idea how I would find it

Not exactly, there’s no inbuilt setting on roblox that allows such thing. You could make a script using MessagingService that would kick all of the players from other servers if one already exists.

1 Like

What you have to do is reserve a server then teleport the player the the reserved server

You can do this using

The only problem is Xbox support if you allow Xbox players to play your game then your reserved server might have 2 instances but if you don’t allow for Xbox players then there should only be 1 instance of your reserved server

2 Likes