How can you keep her from changing?
OHHH i think, just edit walk speed humanoid x)
It’s better to not use humanoid.Running for this because sometimes it will return a number close to zero like 0.12…, but not exactly zero so the animation won’t stop. Try to track MoveDirection instead. When MoveDirection is (0,0,0) that means the Humanoid is not moving.