I have no idea who to ask so I'll just mention a few people
@DevRelationsTeam @Roblox_Staff
If New Gamepasses doesn’t have an Asset ID then how does this work now?
ImageLable.Image = 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId='..AssetId
And It’s is a little bit complicated
https://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo
GetProductInfo().IconImageAssetId
Does not work for Assets, ONLY DevProducts
From The Wiki “The AssetId of the asset’s icon if it is a developer product, returns 0 otherwise.”
I had to mention this because some thought that it works with Asset IDs, including me at first.
If the New Gamepasses does not have an Asset ID, then how can we display the Gamepass Image without uploading it as a decal?
And the Second Problem, How do you get the Asset ID of Old Gamepasses?
Well this method does not work right now Which is why I had to ask)
https://www.roblox.com/game-pass/12345/myGamePass
&
https://www.roblox.com/library/1044540653/myGamePass
They aren’t the same Item, which proves my point that it does not work atm.