So I’m not sure if anyone knows how to fix this but you used to be able to disable animationweight in the behavior section of Workspace but that option disappeared and it re-enabled animationweight. Is there anyway I can re-disable animationweight?
Sorry, but roblox just made this change. They removed this property of the workspace and forced it to be enabled. They most likely did this so that their Strafing system with R15 works optimally, just my guess though. There is no way to turn it off at the moment, but the amount of users whose games have broken animations now, might pressure roblox to at least bring the property back.
Is there anyway I can get around this at all?
You should learn how the new system for animations and their priorities work. I still have to do this myself, so I can’t really help too much.
Basically, the ‘Weight’ properties are deprecated now, and they are ignored. Animations now blend if they play at the same time, but maybe only at the same priority. I still don’t know exactly how it works.
Override the animations yourself by setting the weight of all animations under the same priority to 0.001
How can I set all the animations weight to 0.001?