How to import roblox bundle animations into roblox studio

Hello roblox dev forum community! Lets say I wanted to import the knight Animation Package into roblox studio. How would I be able to do it?

Thanks!

2 Likes

Those are separate animations I’m pretty sure, no idea how to obtain them however. I’ve seen free model scripts that contain some animation packages so search for them maybe?

1 Like

Also you can use this API to get all the animations,

AssetService:GetBundleDetailsAsync(ANIMATION_BUNDLE_ID)

3 Likes