How can u get a clothing image from a script?

so i tried using the api with a roblox api service, but idk how to get the image so i can put it in a GUI in my homestore, how i do it?

Are you looking to get one that always updates? Or just the current image of the clothing item (example below)?
image

the example u sent, i need that image in a imagelabel, how do i get it with a script tho

Try this:

ImageLabel.Image = "https://www.roblox.com/asset-thumbnail/image?assetId="..id.."&width=420&height=420&format=png"
1 Like