Need Help with ViewModel Animations

Been having trouble figuring out how to play animations on my viewmodel.

I’ve been trying to make a viewmodel that does not include a gun.

Can anyone help? I’ve searched everywhere for 3 days.

image

Instead of a Humanoid you would want to use an animation controller to play the animation. Also make sure your rig is working correctly.

Got it working, was very janky and ghetto but now it works somehow. Haha, thanks for the recommendation. Solved it by making another script in StarterPlayerScripts that starts an animation while walking and end it when the player stops walking.


Don’t ask… It just works LOL