#server animations
1 messages · Page 1 of 1 (latest)
I have a localscript called Animate inside of StarterCharacterScripts
the usual
with a folder called Animations child to it
you need to load the animation through Animator, not through the Humanoid
how exactly would i do that tho
ask AI which is probably who gave you the code
i followed a tut on yt and used a bit of math.clamp for the strafing, in the yt tut it shows the animations playing
u got a forum or sum?
that i can check out
nope, I just can say that in some part of your script your calling
Humanoid:LoadAnimation, you would replace that for the Animator, either creating a variable for the Animator and doing
Animator:LoadAnimation
or just
Humanoid.Animator:LoadAnimation
Ah, let me try thgat
I tried it but
** You are now Level 5! **
still only client