How to view another person in the server's profile picture?

Hello!

I’m in need of assistance on figuring out how to view another player’s profile picture in game without it showing your own.

I’m currently creating a game with a “winner/loser” system and I want to be able to show the server the profile picture of the user that won, and the profile picture of the person who lost.

I cannot seem to find anything to solve my issue, I’ve only seen the version where it will show your user profile picture, and not someone else’s.

Hope this all makes sense, I could really use the help!

1 Like

You can use Players:GetUserThumbnailAsync() which returns the link to an image of a player’s avatar given their user ID.

Can you be more specific as to what I should aim for with this? because I’ve used the same exact code with my stuff and it will still only show my own account’s profile picture even though my account didn’t win.

Could we see your current code that shows the player’s profile?

1 Like