I’m creating a party up system for my game. I want to create a feature for party chat. Any idea how I can direct party messages to x players? Thanks
To do this, make the server contain a table of the party members. For each time the player calls the PartyChat
event or something, the server processes the messages and then calls all clients within the table to display the message.