How to get the old 2016-avatar-icon style?

I’m trying to locate or generate the older-style Roblox avatar icons that faced to the left (rather then forward). These were commonly used across the platform in earlier designs (2016 in particular)

Is there still an endpoint or parameter available that returns this specific avatar angle? Or has that style been fully deprecated in favor of the new thumbnails?

I’m looking for the actual image or thumbnail URL…not a recreation or a rendered preview, but the same body/pose/icon used in the previous Roblox UI. (as shown in the image below)

:warning: Not my screenshot, than you to the user who allowed me to use it.

Incase you are asking why I need this, here is why!


The roblox homepage doesn’t feel the same without the left facing icons.

This is for website design (not studio)

3 Likes

Okay, so this is an extension, or..??

You could use that link and change the userId accordingly.
It works for studio images, but idk about website development.

https://www.roblox.com/Avatar-thumbnail/image?userId=3259253714&width=420&height=420&format=png
1 Like

It is a extension I am working on

I get the exact same 404 error everytime I try this URL.

You can also use this one (which is the one of your profile), but the issue is that the ID B8D0CD7D3686FB6F74342DF497695029 is different from the UserId, and I don’t know if there’s a way to obtain it through code.

https://tr.rbxcdn.com/30DAY-Avatar-B8D0CD7D3686FB6F74342DF497695029-Png/352/352/Avatar/Webp/noFilter
1 Like

This somewhat worked

I think I know how you can get the ID.

heres the endpoint:

https://thumbnails.roblox.com/v1/users/avatar?userIds={id-here}&size=352x352&format=Webp&isCircular=false

It is from chatgpt though, forgive me :pleading_face:

it returns the url similar to yours, but you’ll probably have to format it to get the actual avatar image.

2 Likes

That i something, I think it might be the best I can get out of it for now.

I will just use this for profile pictures for now, thanks for the help though.

1 Like

Bro I was about to literally do the same exact thing :pray:

1 Like

yea, there isn’t much of a solution atm is what I am gathering from this

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