#Animation Script not working properly
1 messages · Page 1 of 1 (latest)
What happens if you print direction in process ?
Everything works correctly, 0,0 when i don't move and 1 or -1 when i do
If you print("test") between lines 16 and 17, does it show ?
Oh found it
When moving you do PlayerFacingDirection == direction
Instead of using a single =
So you're checking if they're equal (and then do nothing with the result) instead of changing the value of PlayerFacingDirection