Cannot load the AnimationClipProvider Service

I’m trying to play a shoot animation for my viewmodel but I get an error that says “Cannot load the AnimationClipProvider Service.”

Here is my script:

local animController = viewmodel:WaitForChild("AnimationController")
local shoot = animController:LoadAnimation(script.Shoot)
shoot:Play(0)

I’ve looked at other topics but none of them help me.

hey im bumping this post i still need help does anyone know how to fix it

here is a screenshot of my output:

never messed with viewmodels. but, that error did happen to me whenever the rig was not parented to workspace.

1 Like