How do I fix a progress bar that does not go up or down without clicking shift multiple times?

How do I fix a progress bar that does not go up or down without clicking shift multiple times? When I play test my game and test the stamina/running system, I have to click sift multiple times to get the bar to go down instead of just holding the bar. Also it does not regen like it should.

I followed this tutorial just in case there is something I missed that you may noticed: Unreal Engine 4 - Health, Mana & Stamina Bars (Widgets) Tutorial - YouTube

Hi,
The first thing I notice is that your timer events are using a value of 0.0 instead of 0.2 seconds as shown in the linked Youtube video; so that is the first thing I would fix and then test again. Please let me know if this change corrects the problem.

The answer was simple apparently. The “set timer event” needed a time to be input or it would not work.