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!
local ImageLable = script.Parent local Image = game.Players:GetUserThumbnailAsync(51195902, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420) ImageLable.Image = Image
Nevermind, I figured it out. I just had to use "Script" instead of "LocalScript."
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?