How do I make an image button display an accessories thumbnail?

Hi. I am trying to make a mini shop for a game I’m working on. How do I make an image button display an accesories thumbnail?
image
like this.
Is this possible?

1 Like

This still hasnt been replied too, so i dont even know if it is possible. ( sorry for bump)

Set the ImageId of the image label to this:

rbxthumb://type=Asset&id=ASSET_ID&w=150&h=150

and replace ASSET_ID with the asset id of the accessory

Hello and thank you for responding. This did work, but the quality isnt the best. is there anyway to make it better?

rbxthumb://type=Asset&id=ASSET_ID&w=420&h=420

Try bigger proportions

Thank you! this worked. ( it is making me write more)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.