Help with Ordered Data Stores

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I want to create a global leaderboard for pretty much every value in the game.

  1. What is the issue? Include screenshots / videos if possible!

I am aware that I will be reaching the limits.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I have seen this posts but I still don’t know how can I make way through this.

Any help is appreciated.

I will refer you to a tutorial on the wiki which does exactly what you want but in a better explanation then what I could possibly do. If this doesnt help please tell me and I’ll try help again.

Leaderstats Wiki

Thanks but thats not what I need, I need a global leaderboard that will be displayed in a part. It will show top 10 people for example. I know I can use ordered data stores for it and I know how but I have over 5+ values and I am aware that I will be exceeding limits. I am asking that is there a way to handle this better?

you could do individual datastores per value

example one for points, cash, kills or whatever u want!

also the wiki pretty much has a good example for global leaderboard

Yes I know that I can create a ordered data store for each but I have currently 5 values but more will be coming in the future. Ordered data store limits was 5+players*2 if I am correct. But I will be having more than 5 in the future so how can I handle them?