Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix 'Cannot load the AnimationClipProvider Service.'?

Asked by 1 year ago

I was working on a viewport GUI and then walked across this annoying error



local Config = ClonedEnemy:WaitForChild("Animations") local Animator = ClonedEnemy:WaitForChild("Humanoid"):WaitForChild("Animator") local Animation = Config:WaitForChild("Idle") local animTrack = Animator:LoadAnimation(Animation) if Animator:IsA("Animator") and Config and Animator and animTrack then animTrack:Play() end

Answer this question