How do games get your exact rank in an OrderedDataStore?

Did some more looking and it looks like most games use an external server. As you said, there is nothing built in, so unless you’re willing to have a slow purely internal solution you will likely have to store the ordered data in your own way.

Edit: linked the wrong thing, should be fixed now