How to make a room creation system?

Hey so I’m trying to create room creation system similar to this game but I don’t know how. I haven’t really tried anything yet because I don’t even know where to start when making something like this. How can I do this?

1 Like

Describe it better. What are you asking?

pretty much i would like to have a system where you can create a room and other people can join it. but also the host has certain benefits but i’m not ready to code the host having certain benefits so i would just like it to be able to know if someone is the host.

If you don’t know where to start, you should start somewhere smaller. If you want something matchmaking-like, start here: MemoryStoreService. I personally have never used this.