I recently made a (admittedly buggy) party system using teams and now I want to try to make a different, less buggy one using tables. The problem is, where do I even begin? When I made the teams system I created a team for every player who joins the game and the party leader is chosen based off of the team’s name. Players were put back on their own team if they left the party etc. But how do I even do something like this with tables? Would I make a table for every player who joins the game? Or is there a better approach to this?