How to get OrderedDataStores for a local player

Hey there,
I am trying to get the rank of a player in a datastore. (Similar to a global leaderboard but only for one person) But I know that you cannot access DataStores from a client so I was just wondering if anyone knows how this can be done?

Thank you for your time.

1 Like

Can you explain a bit more please? You can always use DataStores from the sever side and then send the info to the client through a remote event, but I’m not sure exactly what you’re trying to do.

Well, in a global leaderboard the ranking of the player is displayed for example if the person with with the most of a leaderstat their rank would be 1. I am trying to get the rank for each player I will try using a remote event now though.