How many Ways are there to get the Players Profile Picture?

So, I’m wondering is there is multiple methods to getting the Players Picture, I understand the Method with GetUserThumbnailAsync, so Is there more than that? Are they Faster than GetUserThumbnailAsync?

Yep, the best one in my opinion is to use this:

ImageLabel.Image = "https://www.roblox.com/headshot-thumbnail/image?userId="..SelectedPlayer.UserId.."&width=420&height=420&format=png"
2 Likes

Thanks,

Is that all or is there more methods to it?

Np, i’m not sure but i think there is no other methods than these 2 one.

I already said that im aware of that method.

I guess that would work then, thanks for helping btw. :slight_smile:

1 Like

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