Is it possible without Ordered datastores? I need to use strings, so I can't use them.
No, but you can use OrderedDataStores to (help) store strings: - Remember that the key can be up to 50 characters long - If the string is small enough, you can convert the string into a number (though you have to write this algorithm yourself). - If you know all the possible strings when scripting, you could assign each string a number and store that intead - You could also store a number that refers to a specific non-ordered DataStore key that stores the actual string