i am trying to get all of the diferent animation ids from an animation pack. so far i have been able to get the indidual animation bundles: Oldschool Idle - Roblox
but i cant seem to get the actual animation ids out of the animation bundles.
(cs not ss)
thats not what i want.
i am already able to get them. what i want is the actual playable animation ids that are inside of them as for example the “oldschool idle animation” has 3 animation ids inside of it (the pose, the idle and the alt idle).
To get the asset ID of the animations, you can open it with the explorer (I don’t know if that’s part of the website or if it’s a addon anymore) if you don’t have the explorer, just import it on your Roblox Studio client and you should be able to do the same
For exemple, here is the run animation R15_anim_old_school_loco_run - Roblox
i understand that you can do that if you use the insertService on the server side but i want to get the ids using a script on the client side
alr. so its impossible? this doesn’t seem like it should be totally impossible. surely there’s some way of doing it?