Party System Help

I am a beginner developer attempting to make a full party system with the basic features such as being able to view parties that are currently available, being able to invite players, and obviously disband/create your own party.

I’ve got a some smaller features down such as creating the party and being able to view active parties, but my first real issue stems from the active parties system.

I’m not sure exactly how to go about finding the party leader’s name of the party the player is trying to join, and how to make it so that player trying to join is actually put into the party.

I’ve heard a bunch about using tables and such for a system like this but I’m not too confident about them so I haven’t tried.

I’m also having a smaller bug where the imagebutton just won’t work at all, I can’t click it or anything.
If more screenshots of my code are needed lmk



You can use remotes to get a ServerScriptService to edit who’s in the party and also who made the party.

1 Like

alright i’ll look into doing that, thank you

1 Like