Footsteps transition sound from walking to sprints

So my goal is to have the speed of this timer switch when the sprint button is pressed to speed up footsteps

if I am holding the walking button and then the sprint button, the timer will not speed up even tho the footstepcurspeed value changes

If i press the sprint button before the walking button, then hold the walking button the timer ios sped up

im guessing its something dumb but pls help!
(All the sprint connections was my anger haha)



it may be worth looking into AnimNotifies so the sound just matches your footstep

but if not you’d have to change the time on the timer, if you save the Timer ReturnValue as a variable you maybe be able to set it off that, otherwise encapsulate it in a function which restarts the timer when you want to change the time.