Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

Do you have to switch Datastores to OrderedDatastores to create leaderboards? [closed]

Asked by 5 years ago

Do you have to replace all datastores using :GetDataStore() to :GetOrderedDataStore() to actually make a leaderboard?

I want to make a global leaderboard with top 10 parts clicked (as a test) so for example if I set the value in a regular Datastore can I still make a global leaderboard with Ordered Datastores?

Or do I have to change my GetDataStore script to GetOrderedDataStore and save it that way to create a global leaderboard?

0
Unfortunately, you have to. You also have to store all values as numbers as well. Thundermaker300 554 — 5y

Locked by User#19524

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?