Hi Guys, so basically I was trying to create a time leaderboard and I suddenly ran into a problem where I had a DataStore in which I stored table values, not integeral values. Now I want to get Ordered DataStores without create more DataStores or scopes for each item in the table. How can I possibly do that?
Hey, thanks for your answer, but I want to get Ordered DataStores for table values. Sorry but I dont really understand how this code could help me. Can you explain it by example to me? That would help me alot
smallestFirst: show smallest numbers first (boolean) numberToShow: how many players will show on leaderboard (number) minValue: minimum value to show on the leaderboard (its usually a huge number) (number) maxValue: maximum value to show on leaderboard (number)