How do I download a user's profile picture?

I’m working on a UI design and I want to download a high-quality version of a profile picture. I don’t need to add it to a game, just download the file.

You should be able to right click then press save image as. Should do the trick.

1 Like

I’ve tried that, it isn’t a high enough quality for what I need.

I don’t think it can become a higher quality, you can always try editing it with photoshop or something similar.

I found an API that works perfectly.
https://api.roblox.com/docs?useConsolidatedPage=true

3 Likes

Under which category there you can download the profile image?

Its under Thumbnails Api. Theres /v1/users/avatar-bust, /v1/users/avatar-headshot, and /v1/users/avatar

2 Likes

When I opened the page, I see this…


Can somebody teach me how to get the high quality of a user’s profile picture? Thanks.

This thread should help you.

Sorry, but it was too complicated for me to not understand this, no matter what I tried, I always get an error, sorry but thank you for trying to help!

Same issue here. If someone could help us, it would be great.

I think the Roblox web API was moved. You can get the updated one here Swagger UI
Scroll down to “Avatar” and choose what thumbnail type you want.

1 Like

Oh I see now, pretty good. Thanks alot!

1 Like

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