#help with idle animation
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
whats the error
use the animate script
Press 'Play' to test the game in studio
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