=================================================== This contains 12 costumes, and works perfectly. There are two variables that make this work perfectly. "step" and "direction" "direction" makes the player face a certain direction. "step" places the character on a certain step. To make it simple, if we join "direction" and "step" it makes a combination of what step the player is on and what direction the player is on. A mistake of the past was making it so that the costume wouldn't have a separate script that controlled the steps and the player would only turn until the cycle was over. Having 2 separate variables and scripts fixes the situation. This is for the adventure collab. Anyone may change the costumes. How to edit: - On the not wasd pressed Boolean with a else under it duplicate the most recent on the script "wait 0.1 secs" and then add a set step to (+1 of what it currently is) - Don't forget, you have to make the costumes! Here is a list of the direction numbers: 1 = forward 2 = left 3 = right 4 = up ===================================================