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 ?
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.