#AnimationClipProvider Error
16 messages · Page 1 of 1 (latest)
** You are now Level 2! **
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"));
}
Add a wait all the way in the script
add like wait(1.5) in the start of the code
alright
wait the part in the script that i sent?
or the full script.