Studio making DataStore requests without access

I had Access to API Services enabled, after I turned it off I started getting this in my output. I have my data store requests wrapped in a pcall in a loop in case of errors. I’m kind of unsure what to do to get rid of this.

Screen Shot 2021-06-16 at 5.48.04 AM

The warning means that you’re sending too many requests, the cooldown is 6 seconds for the same key:

Sharing your code would help rather than just the output.

Use Shift + Ctrl + F and type :SetAsync() or :GetAsync() in search tab and press enter, then check output if there any data-store script that is not yours. You might have a virus in game.

Get async won’t throw that warning, search for setasync, as you’re right. It could well be a backdoor.