So when it comes to :GetOrderedDatastore() you can only store numbers,
so I made a number and I’m trying to save it but like I get the error “103: double is not allowed in data stores.” so uh what does that even mean?? I dunno what a “double” is
A Double is a data-type used for storing decimal numbers.
Ordered datastores only allows for use of Integers.
Here’s an example:
Integer: 124796
Double: 124796.75
1 Like
Ohhhh thank you. I will look at the number so I can figure it out! Thanks!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.