How do I make a countdown?

[= ;176042]
Hi ,

As with everything in Blueprints, you can do a few different ways. My suggestion would be to use a Timer in your Game Mode. Have it update a UMG Text Block component that displays on the player’s HUD. As that timer updates, you can compare the “Time” to a “Finish Time” variable and when it hits that time, pause the timer and display a message via UMG.

is just a basic idea, let me know if you have any other questions and I will see what I can do.
[/]

[=;176051]
I made the same thread yesterday : UMG round timer *help needed* - Blueprint - Epic Developer Community Forums*

someone posted a very useful video tutorial, I suggest you follow it and improvise for the last of it :slight_smile:
[/]

Thank you.