How can I get a URL for a PNG from Roblox Asset

I have tried using https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId=ASSETID but that returns a 404 page.

i think there needs to be a number where the ASSETID is, “assetId=ASSETID”

so an example would be “rbxassetid://7857596636”

if you wanna actually view the png on roblox, i just find that replacing the ID of a marketplace item with the ID of your png and hitting enter works just as fine

This is for a script in python, I need an actual web url that represents the asset ID as a png.

Solution was:
https://assetdelivery.roblox.com/v1/asset?id=ASSETID

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.