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.' error in my code?

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

1 answer

Log in to vote
0
Answered by 1 year ago
Edited 1 year ago

Hey man, I don't think theres a problem with your code. This looks to me like a Roblox glitch and you'll probably just have to wait until it gets patched, if you can, try putting your dummy/humanoid you're animating on in the workspace and then it might work? Not sure.

Ad

Answer this question