How can I make a Round leaderboard?

Hey Developers! Alright so, what I’m trying to achieve is to have a leaderboard in which by every round you can get “+1” “Rounds”. As in, when the round is finished, the player gets “+1 Round” in their leaderstats which basically tells the other players that this player has played 1 Round in the game. So I have the leaderboard set but I’m confused on how I can change the value of the rounds whenever a new one starts.

Further help with this would mean a lot!
Happy Developing! :slight_smile:

Read this DevHub article: In-Experience Leaderboards | Roblox Creator Documentation

To update stats, you change the leaderstat value by 1.