Hello, I’m currently developing an Open Sourced, Easy to Add On To, Gun System. I just finished Client Side information and third person view for my weapons, I’m currently in the process of creating animations for the First Person View of the guns. I have encountered an issue that’s probably from my silly fault, but I would like clarity on what has gone wrong.
So I just solved the problem, Motor6D was indeed not the thing causing it but I just placed the AnimationController in the wrong place. Had it under a part and not under the model itself. After moving it as a child for the model, it fixed itself and is now working.
Thank you for helping me with my silly little problem!