How can i make a apeirophobia menu/lobby system?

I want to make like a apeirophobia menu system/lobby system. But i just absolutely don’t know how to do it. And yes, i’m a beginner in scripting. Any help would be appreciated! Also my first time in devforum :slight_smile:

This is something you can do with TeleportService ReserveServer(placeId) and Datastore.

Yeah… but, i mean, don’t you know the apeirophobia lobby system? Also, what does datastore has something to do with this?

are you talking about making the create party system so your friend can join or the UI design?

i mean the party system, not the ui thingy, i already maked the ui

It just consists of a basic UIList which holds all the buttons to access the servers and the info about them, to teleport the players just use TeleportService like Fuix said. I can explain more, but you’re gonna have to be more specific about what is troubling you.

Yeahhhhhh ui list!!! i know that! i maked one in a single frame of this especially for the player images

Put the UIList in a scrolling frame as well, make sure the AutoSize (I think it was called this) property is enabled as well for the Y axis.

Ok ok, i’m doing this, in progress…

actually lets just go for a local Party system that is easy to make, the datastore i mention was just about displaying the party session globally to other server.
As for the party system, you can store user “Created party” on server side table {} first then display for other player that is in the server. as for teleporting party of player to the ReservedServer, you can get each player that is in this “Party” created by @user pack into a table first before teleporting all of them using the “ReservedCode” you generated using script.

1 Like

bruh, i marked you as solution accidentally lol

1 Like

Whenever a player clicks on the “Join” button it should fire a remoteEvent so the server can check if the lobby has enough room, is locked and if it has a password (and whatever else you want to check).

1 Like

the created party variable is like this?
Screenshot_10

1 Like

ok, this is definitely very complicated to make. ngl

I’d love to work on it for you freely if we can get in contact in Discord. I honestly have nothing better to do.

1 Like

ok, you can work with me in discord, actually in discord are better than here lol

1 Like

Pretty relatable, DevForum been pretty useless other than looking through recent changes for studio and seeing what others have done.

n275_

1 Like

yep, i do that sometimes lol (actually almost all day just searching for help)

1 Like