Im having a problem getting the animation to idle after moving in a given direction. It immeadatly defaults to the left Idle, and i see why. its looking for Isfacingright to be true, but cannot because its looking for a velocity that cant exist without movement right? So the branch snaps to false, and forces the idle animation to be on the left. Do I have to create some kind of state that tracks if its facing left or right?