How do you find a team's score from the leaderboard? Do you have to add all the scores of the players or is there an easier way to find it? It shows the team's score on Roblox's leaderboard, but I can't find the value. I have no idea how to, and I cannot find it anywhere. Any leads? Thanks!
I'm not sure if that's what you meant but
local TeamScore for i,v in pairs(game.Players:GetPlayers()) do local ScoreNeeded --= Path to your score TeamScore = TeamScore + ScoreNeeded.Value end