Error 429: Failed to download Studio Data

When I join a game, the output doe snot show anything. When I went into the server view, it showed me this error:

I tried disabling scripts to find the reason, but the realistic rain or nexus dynamics scripts were not the cause of this error. This does not impact any of the other places so it is some script inside of the current place that is trying to access the studio.
The error says I have to enable HTTP requests, but they had already been enabled.

1 Like

Hey there, I’m not sure either why you’re having this problem but this is probably a topic for Studio Bugs or Studio Features, hopefully someone there can help you

1 Like

Thanks for letting me know about these tags, but I do not think I have them yet.

You got a backdoor in your game, it’s asking for HTTP requests so it can send a webhook to their server

press ctrl + shift + f and individually search for the following:
“getfenv” - pretty much guaranteed malicous script
“loadstring” - pretty much guaranteed malicous script
“require” – most likely not a malicious script, if you’re unsure just post the results you get here and ill let you know which one it is

(without the quotation marks btw)

1 Like

I did not find any getfenv() or loadstring(), but I did find many require() scripts.

Here are all the screenshots for require


yeah you got plenty of those

in the toolbox search for “qPerfectionWeld” and remove all those

also with that script count, im wondering how your game even runs in the first place, consider looking into [collection service](CollectionService | Documentation - Roblox Creator Hub for your wind shake palms

2 Likes

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