You keep creating new timer events with each sprint. That is what is causing the slowdown with each press. They are slowly stacking eating performance.
You need to create a handle to the timer and then clear it once you stop sprinting.
To create a timer handle drag out the Set Timer By event Return value and choose “promote to variable”, You can then use that newly created variable to clear the timer.
