#Simple Walk Animation Change
1 messages · Page 1 of 1 (latest)
you want to change the default walk animation of the player's animate script? although i'd recommend making your own animate script because of how hard to work with the default one is, im aware that's a really tedious process
to modify the default animate script you can run the game, copy the animate script inside the character, move it to startercharacter scripts, and change the animation id of the walk/run animation instance parented under it to have the id of the new animation, and go into the script and search for the old animation id of the instance to replace it there too