In this example I am loading the player’s avatar image from these web endpoints:
https://www.roblox.com/bust-thumbnail/image?userId=USER_ID&width=420&height=420&format=png
https://www.roblox.com/headshot-thumbnail/image?userId=USER_ID&width=420&height=420&format=png
If the player has recently changed their avatar, the endpoint returns the generic N/A image that we know all too well.
Is there any way to detect if the endpoint returns this placeholder image? It really is an eyesore in games that rely on these endpoints for user-avatar images.
Fm