#AnimationClipProvider Error

16 messages · Page 1 of 1 (latest)

frank trench
#

I have a gun system that i'm using and whenever you die, or respawn with admin commands it never loads the animations and just breaks the gun entirely.

fallow summitBOT
#

studio** You are now Level 2! **studio

frank trench
#

This is the error i get.Cannot load the AnimationClipProvider Service. - Client - LocalScript:33

#

and this is the animations that load. -- \ Animations //
local Animations = {
Idle = Humanoid:LoadAnimation(s:WaitForChild("Idle"));
Recoil = Humanoid:LoadAnimation(s:WaitForChild("Recoil"));
DownAnim = Humanoid:LoadAnimation(s:WaitForChild("Down"));
Reload = Humanoid:LoadAnimation(s:WaitForChild("Reload"));
Equip = Humanoid:LoadAnimation(s:WaitForChild("Equip"));
Hidden = Humanoid:LoadAnimation(s:WaitForChild("Hidden"));

}

grizzled cove
#

add like wait(1.5) in the start of the code

frank trench
#

wait the part in the script that i sent?

#

or the full script.

frank trench
#

but it also broke the gun system

#

it fixes the animation problem

#

but ends up not making the guns work

#

nv

#

nvm

#

fixed