How do I fix this Error?

Hello Developers, How do I fix 302: SetAsync request dropped. Request was throttled, but throttled request queue was full. It happen when I clicked the button and got cash also the cash will save in data store but when I clicked button too much it appeared the error. Can anybody tell me how to fix it ?

Also the button is “TextButton” on Gui

Thanks for your help :slight_smile:

Roblox automatically starts dropping requests to save data if you try to save too quickly. I recommend only saving in certain intervals / on player leave instead of saving every time cash is gained.

Thank you very much for your help I appreciate it ! :grinning:

1 Like

You should take a look at limits for more info.

1 Like

Thank you very much for you too !