I am wondering how to get an item's picture into an ImageLabel. For example, you can get a player's avatar by doing this:
script.Parent.profilepic.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..game.Players.LocalPlayer.Name
How would you do something similar to an item?
If you understand how to do It you can use this method.
"http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=768&height=432&assetId=136"
the width and height must be a proper width and height for it to work. it differs per item.