Global leaderboard help!

Hello devs, I’ve made a global leaderboard using the :GetOrderedDataStore but I was saving every data in a different data store and because of that I was receiving lots of warnings from data store. So, i stored every data in a table so I could just save the table once. But now I don’t know how to make the leaderboard work. Please if you know the solution, I’ll really appreciate if you are willing to share please. Thank you everyone!

1 Like

What exactly doesn’t work? Can you post the code?

you could use messaging service

like send an update to servers when a player gets an amount of stuff that qualifies them for the leader board

At the end I made it working by adding the infos from the table to a new data store for every piece of data that refreshes every 30 secs

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.