#AnimationClipProvider Service Error
37 messages · Page 1 of 1 (latest)
idk man but ig u can just do humanoid:LoadAnimation
just tried
didnt know you could load animation on humanoid
anyways
it's the same, throws error again
try put ```lua
game:GetService('RunService').Stepped:Wait()
push line 5 down to line 6 and add this line on line 5 and see if it works?
ok
ok this fixing was weird, but it worked thx
thats weird because of the waitforchild
yeah true but i still get an issue with wait for child sometimes
definitely weird
you know what it was probably the anim track not loading in time
Try a task.wait for a server delay in the first line in the function
Oh
Oopsies
Didn’t see that u fixed it
Ye
This is just another instance of Roblox being extra. The error should actually say: "Cannot load animation (Humanoid isn't a descendant of data-model)"
There are instances in which that happens:
- The character is still loading
- Your reference to the player's character/
Humanoidis outdated (theHumanoidwas destroyed)
You're most likely facing #1
Double-check Workspace.SignalBehaviour is set to "Deferred"
If it's set to the legacy "Immediate" mode, #1 has a much higher chance of happening
do you recommend me to do this on all my projects?
it's on deferred defaultly anyways
** You are now Level 7! **
Don't 😔
It's depricated
Also you're loading the animations on the server?
Most people would tell you not to do that
Since it'll look delayed for basically everything the client does
Just put a localscript inside of starter character scripts or starter player scripts
And load the animations on the client