DataStore request was added to queue. If request queue fills, further requests will be dropped. Try sending fewer requests.Key = 1510079329

Hello! I got this error a few times today and it really confused me.

DataStore request was added to queue. If request queue fills, further requests will be dropped. Try sending fewer requests.Key = 1510079329

I don’t know what script it’s coming for, either? Or what it means at all really.

Thank you,
Antlers

1 Like

It just means that you’ve been trying to either get, set, or update data too much (GetAsync, SetAsync, UpdateAsync)

There’s probably something in your script constantly spamming one or more of those functions

2 Likes

How could i find it and fix it?

2 Likes

Find scripts that are using DataStoreService

Here’s a lil tip, only Sever Sided Scripts can use DataStoreService

2 Likes

Haha thanks, ill try to find it right now :slight_smile:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.