I have 2 teams in my game and i want to make a GUI that will show the total amount of points team has.
But i don’t know how to get the sum of point of the all team members.
I made a template how it will look like i just need to know how to get a sum of points
Add a NumberValue into each player on each team, and everytime they get a kill you add 1 into that Value. Then, you could run a for i,v in pairs loop and add all the values together and display it as the text.