Only 1 player servers but player can invite friends

Hello everyone, I was wondering how would you make a system where all servers are 1 player only, but the player in the server can invite their friends to join? I want to make a game in which it is single player but you can allow others to join by inviting them (maybe with a GUI).

Thanks!

1 Like

If your talking about server limits, by definition a 1 player server cannot have more than 1 player.

What you can do is only allow the player that joined the server in the server and disconnect anyone else that attempts to join without an invitation.

1 Like

Ok, but then any player who wants to join will click play, and then it will make them join a server with players in it, and then it will kick them out each time. I would think that would be annoying…

1 Like

There’s no way to manipulate the server size of individual servers as far as I’m aware.

1 Like

Ok, but the game Islands, I think it is single - player but you can open up your world to everyone, or something like that. How have they done it?

1 Like

You can send players to a reserved server by themselves, then allow whoever they invited to be teleported to that server.

1 Like

Make a separate Place and configure it like this, then send the JobId to the others to join

1 Like

Ok, will try that! Thanks everyone!