DataStore error with limit

Hello everyone,

After searching a bit I didn’t find an answer. I was wondering if when a datastore errors when you try to get or set the data, does it add +1 to the limit/minute count or does it ignore it ?

Datastore limit

Thx for reading

1 Like

“When a limit is reached, further requests are placed into one of four queues: set , ordered set , get , and ordered get . Requests in a queue are handled in the order they are received and the called function continues to yield as long as its request is queued. If the data store key itself is throttled, the request is temporarily skipped but still in the queue. Each queue has a limit of 30 requests and, when this limit is exceeded, the requests fail with an error code in the 301–306 range indicating that the request was dropped entirely.”

Documentation - Roblox Creator Hub (towards the bottom)

Ideally, with good practices you will never reach the data store limits.