About 177,000 results
Open links in new tab
  1. Error code 429 when launching a game from web - Roblox

    Apr 24, 2025 · I’ve noticed the same issue as well. I’ll include system info here in case it’s relevant for Roblox staff. Launching games in the application directly works fine while trying to do anything auth …

  2. Multiple authentication errors. (Error Code 429) - Roblox

    Feb 20, 2022 · Reproduction Steps Often when trying to join roblox games, I am encountering the following error: When opening studio (using Edit via the website), I am often given the following error: …

  3. [SOLVED] HTTP 429 (Too Many Requests) - Roblox

    Aug 14, 2024 · HTTP status code 429 means that you are sending too many requests in a certain time span. Your script might be querying the API too fast hence you’re getting blocked. Most servers …

  4. Error 429: Failed to download Studio Data - Help and Feedback

    Jun 11, 2025 · 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 …

  5. Error 429 (Too many requests) - Scripting Support - Roblox

    Mar 6, 2022 · Hey Devs, I have an issue when I am trying to use HTTPService, it shows that there are too many requests. Code: local WebhookURL = --UrlGoesHere local HTTPService = …

  6. Roblox Error Code 429 - Other Bugs - Developer Forum | Roblox

    Apr 28, 2025 · This started happening today as far as I know. It wasn’t happening up to 3 am today, which was when I last opened Roblox. More Information: I’m not able to join any game or studio on …

  7. HTTP 429 (Too Many Requests)? - Scripting Support - Roblox

    Feb 26, 2021 · This means that you’re sending to many request to the Web Server that is hosting the api. You could avoid hitting rate limits by making a request at certain intervals. This is nothing you …

  8. Unable to join games on PC once again - Similar to Error 429 - Roblox

    Apr 29, 2025 · Yes I’ll be able to show once I’m at PC again, but this is mainly an issue for Roblox player that carries over to studio. I would try join any Roblox game and it gets stuck on “joining server” …

  9. How to Avoid HTTP 429 (Too Many Requests)? - Roblox

    Aug 3, 2024 · Is there something I could change to avoid HTTP 429 (Too Many Requests)? Not sure why this errors shows up as the code isn’t running in a loop: Here is the full script if needed: -- …

  10. What is this http error? (429) - Scripting Support - Roblox

    Dec 28, 2021 · I have a button that plays an animation when pressed, and has a 1.4 second cooldown (The cooldown isn’t important though). HTTP is enabled because I have a script that saves data, but …