How do I make an reset button?

Hey hello. Sorry if this is an easy question but I am new to the engine. I am making an small zombie game. I have a screen for when you die where I want a replay(reset) button. I tried to do it with tutorials but it just doesn’t work. Thanks a lot already!

Depends on how you want it.

you could use the “Execute Console command” blueprint node and input “RestartLevel”.

Thanks I want to just reload the entire game. I have tried what tou said but I got an error.

You must make it like this :

94745-cattura.png

No spaces between Restart and Level

It worked :slight_smile: Thank you!!