Room System Like Public/Private Room

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Room like Public/Private Room, games like unofficial, rpg games (kinda) and specter. I already made a gui for it only missing is scripting

  2. What is the issue? Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    No some of them talk about room hotel which its not the thing

Just to give a informantion if it doesn’t make sense, its like a Multiplayer Type of mode which basically u create a room then a player joins that room but if that room is private the player must enter a password and/or Code Room, there’s also a option if u want to set it to only friends but yeah its my first time doing it so appreciated if u help :slight_smile:

Unless someone has a tutorial ready to provide, I don’t think anyone has anything that can help you. What you are describing is a full-fledged system, rather than a specific thing. The only thing we can do is give recommendations on how to go about it.

As for how I’d make it, I’d choose an OOP approach and handle everything on the server. When a user creates a lobby, a lobby object is created. Whenever someone wants to join, they can send a request to the server to join the lobby, and if it is private, it will require that a password is passed on as well. As for holding who is in what lobby, a simple array within the class should do. Other than that, the rest depend on how you approach generating the UI and handling the events. Again, this is a broad question, so giving a specific and direct answer is impossible.

I could script that part, just friend request me on roblox and tell me all the details how do you want to organize the system.