Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation Editor broken suddenly?

Asked by
7_c 37
5 years ago

Recently, I was scripting a game which uses animations, and I came upon an issue. This is inside of a tool, and this is the part that doesn't work.

        local animation = tool:WaitForChild("Animation")
    local hum = game.Players.LocalPlayer.Character.Humanoid
    local track = hum:LoadAnimation(animation)
    track:Play()

Eventually I discovered the Animation ID I was using was broken, because it didn't work, and whenever I tried to insert the ID into a animation myself it crashed. And I compared it to a gear animation as well. So I went back to Animation Editor to make a new one, and for some reason, I can't even use animation editor. It keeps giving me this error. "18:00:42.264 - Animation "53c8ef4b4c1650a0b8d28562614620ea" failed to load in "Workspace.Dummy.AnimSaves.TestAnim.AnimationId": Animation failed to load" No matter what I do it always does this. It just broke, out of nowhere, it wasn't like this before.

0
This means the animation you tried to use is not yours. User#19524 175 — 5y
0
The animation id I made it. 7_c 37 — 5y
0
There’s no reason for it to not work. User#19524 175 — 5y
0
I know, that's the issue I have. No matter what I do, I can't make a new animation. It always says that. I even checked, I'm on my own account on both studio and the website. 7_c 37 — 5y
View all comments (3 more)
0
I am having the EXACT SAME ISSUE. Only I can't even use the animation plugin, the character im trying to animate snaps back to his default position whenever i try to move him, and it returns the same error. superender11 -17 — 5y
0
I got a problem too, but when i animate my parts to my gun the parts wont move they move in studio like i want it but now they wont move and it is rigged correctly. Carforlife1 59 — 5y
0
And just so to test i published the same animation as a new animation and it wont work, my reload and equip animation are both broken because of some stupid update ik roblox did i cant even figure out what to do. Carforlife1 59 — 5y

1 answer

Log in to vote
1
Answered by 5 years ago

I think this may not be anything to do with code check if its the right id, or on the other hand may be an issue with roblox I encountered this with many animations try remaking it. Sorry for the bad news :(

0
I figured out how to fix this. I just installed an older animation editor plugin and besides it being a bit quirky, it worked! I believe this was a problem with ROBLOX 7_c 37 — 5y
Ad

Answer this question