My script is not working

The output

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

I don’t know what it means but for more context Im trying to make a developer product that gives players money

That warning appears because you are sending datastore requests too quickly. It means that the current request is added the queue, so it is being delayed until it can be handled. If there are even more datastore requests, those will be dropped.

ok
:thinking: :thinking: :grinning: