Failed to load Animation - sanitized ID

Yeah, I would move this topic over to #bug-reports:studio-bugs and see if anyone can help you more there. This is a really weird error.

1 Like

Having this issue too.
Noticed that the IDs mentioned in the error are missing the first digit of the actual ID being used

5 Likes

I’ve been experiencing this and it’s tragically breaking a lot of weapons and NPCs in my game (they rely on keyframe events which aren’t loading cuz the anim is broken!)

Hoping roblox fixes this fast

6 Likes

Yeah super weird, It’s happening to my game as well now. I would definitely transfer this topic to #bug-reports:studio-bugs—that way it’s reported as a bug and not for scripting help.

5 Likes

That’s happening to me as well…

4 Likes

I do not have access to that forum section. But someone has already made a bug report seen here:

Hope this gets resolved soon.

3 Likes

I believe this is a bug on Roblox’s part:


I’ve received over 7.7K error messages in my recent game regarding the same thing…

8 Likes

gonna cry if this is a bug i just wanted to test out a script

1 Like

Roblox prevents you from running animations you don’t own in Roblox Studio (for security reasons). It will work normally in game as you said. (And yes even if the animation is public, you still won’t be able to run it in studio)

When roblox gives an id error to the output log, it changes the id in some way so it’s different. so if your animation id was 14534506851 then the output log says 4534506851 (Idk why or how it changes the id but it seems to just delete the “1” in front). The error is still related to the animation you’re talking about.

1 Like

This is not why this error is appearing. If I didn’t own the animation, it would simply say “Failed to load animation”, without the “sanitized ID” part. This sanitized ID error has also recently been happening to assets other than animations (namely skyboxes).

1 Like

this seems to be recent issue. im experiencing the same thing but only now. another thing i have noticed is that if you publish your animation, even under your name, it doesn’t show up on your profile’s inventory.

3 Likes

+1 to this too, its currently happening to me. Old animations work but new ones aren’t loading in at all. Spitting out an unrelated ID.

I got the anims under my profile in a game under my profile as well

4 Likes

I thought I was the only one experiencing this, was making animations for a boss fight and was hit with this error, I am hoping it gets patched soon…

3 Likes

I’m also getting the same error.

2 Likes

Just got the same error, after uploading the animation it didn’t show up in my inventory.
изображение

3 Likes

Just tried uploading an animation. Same thing pops up. Is roblox trying to get rid of us animators?

I think i forgot to mention my screenshotting wont work so i got the image from my someone else to clear up.

3 Likes

same here, wait long enough and some of them go trough eventually, but takes hours.

3 Likes

Same thing here, its most likely going to take a while until they fix the issue

1 Like

same here.
is this a roblox issue?

1 Like

While yes this may be true, I don’t believe this is why the output is erroring. For me, I am using RegisterKeyframeSequence to play the animation, and yet it still yields with this error.

1 Like