Detecting if roblox is down -> Specific issues

I’ll keep it short & sweet.

Is there anyway in-game to detect if roblox is partially down? For example, if your roblox avatar is failing to load (and consequently gives you that ‘noob’ avatar), would there be a way for me to detect this and apply a different default HumanoidDescription?

I don’t know if there’s an api to check it by script but not by script you can check this website:

Now if no API exists you could most likely make some sort of web scraping api yourself to check this

theoretically speaking:

  • detect when theres no accessories
  • detect when the skin colour from arms is yellow
  • then apply default avatar
1 Like

Alright, I’ll look into that idea.

Along with this other idea too.