We need a new way to get gamepass images

The old web API (rbxassetid://http://www.roblox.com/Thumbs/Asset.ashx?width=WIDTH&height=HEIGHT&assetId=ASSET_ID) no longer works for gamepasses because they have their own asset ID system.

Example

Image using the web API and new gamepass ID:
Screenshot_712

And here’s the actual gamepass:
Screenshot_713

Having API access to asset images is really useful - it makes it so that we do not need to upload duplicate images, and do not need to manually add & change images for assets like gamepasses in a shop GUI.

6 Likes