Hello everyone!
I’m in need of trying to find the an asset icon image. I’ve seen other posts but I’m still a bit confused.
Eg. I need the icon of a hat accessory. How can I do this?
EDIT: Is there any way of making this work with what I’m trying to do since I already have this.
local content, isReady = game:GetService("Players"):GetUserThumbnailAsync(Items[i]["id"], Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420) Clone.Icon.Image = content
Thanks in advance!