i cant find any tutortials on youtube or on forum thats helpful and i dont know any idea how to make a gui party matchmaking system
what should i do or search?
i cant find any tutortials on youtube or on forum thats helpful and i dont know any idea how to make a gui party matchmaking system
the way ive done it in the past is storing tables on the server that have the owner of the party and the party list
and whenever you queue you queue your whole party at the same time
hope this works
ima gonna try it but i dont know anything about making a party or setting guis to not bugging is there any tutorials for that? or what tutorials should i watch
you mean ui code not bugging or ui form not bugging
and you do it with remoteevents
but i dont really remember how did i do them
but this is another method:
How to Make a PARTY MATCHMAKING SYSTEM in ROBLOX! - YouTube
i used remote events but when someone joins the team the others cant see it its the ame when someone leaves and it made some bugs like multiple lobbies on a single player
make sure you arent making a new table on every join (to the party)
have one single table on each player
and then add players and remove them depending on what they do