#server animations

1 messages · Page 1 of 1 (latest)

versed badger
#

How can I make walking/strafing custom animations show for everyone? Currently it only shows in the client.

#

I have a localscript called Animate inside of StarterCharacterScripts

#

the usual

#

with a folder called Animations child to it

chilly jewel
#

you need to load the animation through Animator, not through the Humanoid

versed badger
chilly jewel
#

ask AI which is probably who gave you the code

versed badger
#

u got a forum or sum?

#

that i can check out

chilly jewel
#

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

versed badger
#

Ah, let me try thgat

strong lanternBOT
#

studio** You are now Level 5! **studio

versed badger
#

still only client