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!