NOTE: Please don’t tell me you can’t as work at a pizza place literally does it
How do I get a game’s icon/thumbnail via a script?
1 Like
I’m not sure how you could easily display game icons on a ImageLable, but I believe you can use this URL to get game primary thumbnails:
https://www.roblox.com/asset-thumbnail/image?assetId=<PlaceId>&width=768&height=432&format=png
For instance, to get jailbreaks main thumbnail, you could use this:
https://www.roblox.com/asset-thumbnail/image?assetId=606849621&width=768&height=432&format=png
This should work directly in a ImageLable, though I haven’t tested it, since the image URL is located on roblox.com.
Here is a additional post I found that is relating to a similar topic:
8 Likes