Private / Public Server Help

Hello! I would like to create a server feature similar to the game Quiet Space.

In this game you spawn in your own private server. You can then choose if you want the server to be public, private, only friends join etc. How would I go about doing this?

1 Like

To do this you would have to use the TeleportService:ReserveServer() function. Here as a little article that explains the basics of how to implement it.

https://developer.roblox.com/en-us/api-reference/function/TeleportService/ReserveServer

1 Like