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

Is it possible to make a global leaderboard when you already have a data store that uses strings?

Asked by
wddfrt 21
3 years ago

I am wondering if there is a way to make a global leaderboard if the datastore that you are using can't be an ordered one (because ordered datastores can't hold strings)

1 answer

Log in to vote
0
Answered by 3 years ago

You can use tonumber with strings to convert it to numbers, if that answers your question.

Ad

Answer this question