How could i go about making a server system

Hello! I wanted to see how i could make it so a player can join a server by location. So there would be a GUI and then you can pick which area to go to or make your own using roblox servers. Also if possible, while doing this if i can make the players join at a certain time of day. Thanks!

2 Likes

You can utilize MessagingService to listen for when a server initializes, for example let’s say when a new server starts, you can invoke the topic “NewServerCreated” in certain intervals with info about the server (location, jobid). This way every other server that is listening to it will get the info and you can display it.

3 Likes

Thanks! Ill try it out. Hopefully its not too complicated because i’m not an amazing scripter.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.