Obtaining OBJ File of assets with Asset Delivery / Other external API?

The title most likely explains everything, I am pretty sure Asset Delivery would be the only web based API to obtain the assets.

But what I am looking for is getting the returned asset file, in an obj format - I can’t use Roblox studio in any way in this for Exporting in OBJ since I want to do it in a web server.

I know how to get the asset from the AssetDelivery API, but not sure how I would request it in a different format.

https://assetdelivery.roblox.com/v1/asset/?id=myassetidhere

1 Like

Roblox doesn’t store assets as OBJ. They have their own file format. There is a few versions of it so you will have to write (or find someone to write) an exporter to obj.

Check out these two mesh assets to see the difference between v1 and v3.
https://assetdelivery.roblox.com/v1/asset/?id=1028604
https://assetdelivery.roblox.com/v1/asset/?id=4180344753

3 Likes