Hello, so I have a game about trading, we release roblox limiteds in the game. And i am making a discord webhook where it announces new items that i release. When an item is created, it grabs the asset id of the item. I am wondering how I can add a thumbnail to my discord Embed, that is the same iamge of the asset id (For example, the Image of the domino crown)
here is what i tried: but it did not work.
local itemimage = "rbxthumb://type=Asset&id="..assetid.."&w=150&h=150"
Thanks for a response, upon trying this, it still sent the webhook, it just came up empty. So far the only thing that worked was the direct image id (when I right click and open image in new tab), but as far as I know, there is no way to find out that from the Asset ID (which is all im given)