I had to copy and paste every single Animation ID for every Animation pack. And because I want to spare other people the effort, here are the IDs. I put it in a .txt file for now.
This is a contribution that is always going to be underrated haha. Thank you so much for this - I remember trying to find them myself and it was a tough time. Thank you!!
What did you use them for? Maybe you’re using it wrong. If there is no error the animations probably don’t load because of your internet connection. Pretty sure the IDs are right. You might check out how to use animations in game.
I know this is old but if anyone comes across this and is having trouble getting these animations to load directly try:
local anim = game:GetService("InsertService"):LoadAsset([YOUR ID HERE]) anim.Parent = workspace
then grab the animation from workspace. You can also use this to grab other animation ids: warn(game:GetService("AssetService"):GetBundleDetailsAsync(BUNDLE_ID_HERE))