#Walking sound
1 messages · Page 1 of 1 (latest)
basically you want it to play walking sounds if you're walking but not if you aren't walking
When object is created
If main actor movement state= idle
Execute play sfx
I don’t know how to code though