Is there any cooldown limits in :GetOrderedDatastore()?

As said in this wiki:


I don’t see any informations about the :GetOrderedDatastore() function.
Is there a limit to it? If there is, what’s the cooldown?

1 Like

1 Like

@regularwolf That’s the call GetSortedAsync, not GetOrderedDataStore.

Fetching a DataStore does not incur any cost nor does it have a cool down. The methods page you linked is if you’re performing operations on the DataStore, to which it has a limit to how many requests can be made a minute.

2 Likes