How to get animation bundle id of what player currently has equipped

How can I get the bundle id for an animation when a player joins the game? I’m aware of how to get the animation ids if you have the bundle id, but I need a way to reverse engineer it

1 Like

https://catalog.roblox.com/v1/assets/619511417/bundles

This API call takes the this animation asset ID ( Stylish Fall - Roblox ) and returns the bundle(s) ( Stylish Animation Pack - Roblox )

If you’re wanting to access it from inside Roblox, you’ll need to use a proxy service (e.g https://catalog.roproxy.com/v1/assets/619511417/bundles)