Training Centre Hub

So basically im working on a whole training system inspired by Restaurant Roleplay’s immersive training centre. I have completed the host panel but now I am making the training hub. As a semi beginner scripter can anyone provide scripting support on how I could create a server for everyone and define the maximal members. Also I would like to have a way to check for servers can someone help? Thanks!

1 Like

ive been wanting to script something like this as well but it is difficult. if anyone gets a solution, i would love to hear it.

You’ll want to research TeleportService | Documentation - Roblox Creator Hub

Hey tyce! Recently I was able to achieve most of the project using FireStore, heres how it works. Once a server is created it is stored in the firestore database, once it is deleted its removed from the database, the game checks every 10 seconds to update the servers list accordingly.