I am trying to create a countdown timer for a project I am making in college, but for some reason, even though the print string is counting down, the timer I created as a Widget isn’t. The only time the Widget timer moved it was, instead, going up. (Cannot remember how I did this unfortunately, it was an accident.) I THINK it might have something to do with one of the two blueprints below, if not both.
The first of these is a blueprint that is responsible for getting the print string to count down, meanwhile the second is responsible for the creation of the widget.

