#AnimationClipProvider Service Error

37 messages · Page 1 of 1 (latest)

winged cypress
#

dont know why is this happening, never happened to me before and i cant find out the problem being the script so basic

grave walrus
winged cypress
#

didnt know you could load animation on humanoid

#

anyways

#

it's the same, throws error again

pastel magnet
#

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?
winged cypress
#

ok

winged cypress
pastel magnet
#

thats great

#

i think the script was just loading before the humanoid and animator

winged cypress
#

thats weird because of the waitforchild

pastel magnet
#

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

hard ether
#

Try a task.wait for a server delay in the first line in the function

#

Oh

#

Oopsies

#

Didn’t see that u fixed it

pastel magnet
#

😂

#

damn ur level 50??

hard ether
#

Ye

lament maple
#

There are instances in which that happens:

  1. The character is still loading
  2. Your reference to the player's character/Humanoid is outdated (the Humanoid was 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

winged cypress
#

it's on deferred defaultly anyways

chrome notchBOT
#

studio** You are now Level 7! **studio

uncut coral
#

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