I have this link : and this is a Link to one of my gamepasses image
And I want this Image to be displayed in an ImageLabel Instance so someone can buy it in my in-game shop
But there are no Errors in the Console
But it just gives me a blank field. What did I do wrong? Or how can I fix it?
ROBLOX does not accept direct links to its CDN. Instead, use the asset image endpoint:
https://www.roblox.com/asset-thumbnail/image?assetId=1&width=420&height=420&format=png
Replacing the '1' after 'assetId' with your model/gamepass/shirt/pants/etc's ID.