Getting the icon of a video asset

I know the video system only just rolled out publicly so there isn’t a whole lot of documentation on it or video assets themselves, however is it possible to get the icon of a video asset? MarketplaceService:GetProductInfo(videoId).IconImageAssetId doesn’t work and returns 0, indicating that the asset “doesn’t have an icon.” However, in the marketplace, icons are shown for all videos.


My assumption is that Roblox just takes the one of the first frames in the video rather than a user uploaded image, however since users can’t upload videos yet we can’t know for sure. Anyways, is it possible to get the icon of a video asset? Thank you!

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

Put this in a Decal to try and get the Particle Disco Light thumbnail. Does the job.

4 Likes

Works, thank you! Didn’t know about rbxthumb://.