I have a script that my character has a bunch of stance costumes. He doesnt stand perfectly still while he is standing in one place. when i make him run you can see him switching to his stance costume in the middle of run costumes and it looks really choppy. Does anyone know how to fix this?
Offline
Upload your code and send me a message and I'll take a look for you.
Most likely you need to "skip over" the stance costume number when looping through the run costumes.
To stop the quivering when standing still you need to check to see if movement has stopped and not change costumes. There are lots of ways to do this but it depends upon how you coded the movement as to which you use.
Offline