#help with idle animation

1 messages · Page 1 of 1 (latest)

lime viper
#

im trying to assign an idle animation to all players with the ai bc i cant code for shit but the ai script isnt working (user snoopy_cat1212)

mild sandalBOT
#

studio** You are now Level 1! **studio

mortal wolf
#

whats the error

tropic needle
#

use the animate script

gusty trench
#

Then go to workspace, find your character and copy the 'Animate' Script inside of it

#

It's a local script

#

Then, while testing, select it and copy it

#

Now you can't stop testing

#

Then you'll paste the Animate script in StarterCharacterScripts, which can be found in your explorer inside the 'StarterPlayer' service

#

First of all, make sure the idle animation is published for you game or your group

#

After that, you'll need to copy the animation's AnimationId

#

Normally, I, personally, like to change it inside the script and overwrite the animation id of the animations right there, as you can see in the image

#

If you open the script, you'll see something like this

#

Change these ids to your idle animation's 'AnimationId'

#

@lime viper If you wanna change some other character animation, follow the same process