How can I work on a already published animation?

I can’t figure out a way to load in an animation I have previously worked on into a new dummy. Is there a way I can do this or is it a lost cause? I have tried the import button but that does not work none of the old key frames loaded. I am using the standard Roblox Animation Editor. All help appreciated cheers.

1 Like

In the animation editor, click the three dots in the top left corner, click Import, then Import From Roblox.

Note that the animation will only import if YOU own it, else it won’t.

1 Like

I have attempted that on an animation that I own. It doesn’t load in any key frames.

This is what I get when importing my animation:

I remade the dummy and refreshed studio and it worked. Thanks alot for the solution must of been a roblox bug for it to not work with the other dummy.

That’s odd…? It seems to be working for me? Could be an empty animation? Or rig compatibility issues?

If this isn’t working then there is still ONE way to do it but it’s kind of lengthy. Basically, run this code in the command bar:

game:GetService("InsertService"):LoadAsset(ID).Parent = workspace

Replace “ID” with your animation ID and hit enter. After it’s done importing, simply parent it to ServerStorageRBX_ANIMSAVES<Your Rig>.

1 Like

Oh, wow. Okay lol. Glad I could help!!! : D

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.