How to manage servers

Hey, I want to know how to manage servers like the way bedwars does. Anyone know how?

You’d have to implement a queuing system, there’s tutorials online. Most of them use MemoryStoreService | Roblox Creator Documentation but I think bedwars uses an external system with HttpService | Roblox Creator Documentation which would be expensive to maintain.