Datastore2 total value of data

I have a carbon footprint CO2 counter in my datastore 2 for my game, if I wanted to get the total amount of CO2 generated in the entire game by every player, how would I do that?

Do I need to use an external datastore or is there like a method to get total amount?? :confused:

You can’t do that with Datastore2. You’ll need to start copying data to another OrderedDataStore if you want a leaderboard.

1 Like

Oh ok thanks! I think ill just use a simple google sheet for that particular value hmm