Timer

Im wondering if i can make a timer in unreal engine that goes up and when you die it stops and shows you your time

if you could take a screenshot of the blueprint that would be great

Thank you

The timer part is easy:
https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseTimers/Blueprints/

To get it to start/stop based on player spawning/dying would require you to create a character with health and end the timer once it reaches zero.
That all depends on how want to set it up.