What’s even weirder though is My error is not like any of the posts I have found on it recently. I don’t know if I am doing anything wrong, But I don’t even know where the error is from
How do I even A. Explain it, like how to reproduce it? I know nothing about this other then Its happening… And B. Make a post as I’m Just a Member and not a regular
Yes me too. I have no clue what this error is from. Unlike other errors Mine doesn’t have an AssetID to go off of and its very annoying because I have no clue whats wrong.
Considering that my game has 16 thousand lines of code because it is a big project, and the error doesn’t mention where it coming from (like doesn’t mention a script) I have no idea where it coming from.
By doing a classname=Animation search, all My animations are valid animations with AssetIds.
I don’t usually use the word “Animation” when referring to animations within my script. When looking for :LoadAnimation. Everything appears to be normal, and function normally. I don’t notice a difference in my game other then these errors.
It just happened to me as well, let’s hope someone either finds a fix or Roblox pushes a new update.
Restarting studio or re-uploading animations seems to work for some people
I’ve had this happen aswell and found a fix. If you’re storing the animation object inside ReplicatedStorage, try storing it directly inside the character model instead. For some reason if you reference the animation object when it’s inside ReplicatedStorage it gives you the error. Apparently it’s a network issue but I couldn’t find more info on it.