I want to make two global leaderboards that are for the number of kills and wins but I don't know how to make them with two different ordered data stores. For example, I want to use the player's UserId
to save the stats but I can't since there are two different ordered data stores (one for wins and one for kills) and they can integrate. How can I do this?