Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to get players headshot image?

Asked by 5 years ago

This is the script that I got, but it won't work?

Gui.Player1.PlayerImage.Image = game.Players:GetUserThumbnailAsync(230520276, "HeadShot", "Size352x352")
0
Also what is it that dosen't work. When you ask questions you need to be more informative. WE do not know what the issue is on your half. I just tried this on my own with a image label and it works as intended? casper123123123 357 — 5y

1 answer

Log in to vote
1
Answered by
ABK2017 406 Moderation Voter
5 years ago
Edited 5 years ago

See if this helps, if not try to resize your frame. If it’s not working then the problem is in your path to the image.

= game.Players:GetUserThumbnailAsync(230520276, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size352x352)
0
I wonder what the issue on his end is. I tried this worked perfectly using a Image Label. casper123123123 357 — 5y
Ad

Answer this question