[SOLVED] GetUserThumbnailAsync appears on ScreenGui, but not SurfaceGui? [closed]
This question has been solved by the original poster.
Hello, I am trying to get my avatar's profile picture to appear on a part. The script I use works perfectly when used on a ScreenGui, but doesn't work at all one placed on a SurfaceGui, which is what I need to use in order to make it appear on a part. The image appears blank, and I am wondering what I am doing wrong. Thanks in advance!
1 | local ImageLable = script.Parent |
3 | local Image = game.Players:GetUserThumbnailAsync( 51195902 , Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size 420 x 420 ) |
5 | ImageLable.Image = Image |
Locked by T3_MasterGamer, Puppynniko, and imKirda
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?