API to get BundleId From AssetId

As a Roblox developer, it is currently too hard to get a bundleId from an AssetId without using external requests.

There is already a web API for this, however this requires external HTTP requests to be made for each request.

A simple GetBundleIdFromAssetId(id) API in AvatarEditorService would be way easier!

2 Likes

Agreed! It’s a lot of work and wastes requests thru HttpService of the 500/minute.

1 Like

Fr I thought I was the only one trying to find a better way to do it.

1 Like