Is there a way to load a players profile picture onto a GUI?

Yeah so I was wondering if this is possible because it would be really helpful to me.

1 Like

In the players service I believe there’s a get player thumbnail method.

2 Likes

https://developer.roblox.com/en-us/api-reference/function/Players/GetUserThumbnailAsync gives you a user thumbnail depending on the arguments given, it provides an example as to how you can use it in the article. It returns a url used to be set to the Image property to give an example

3 Likes

I would recommend looking into :GetUserThumbnailAsync and also previous posts: How to get Profile Icon? Please make sure to look around before making a post. Thank you and have a good day!

1 Like