Need Help.

I’m currently making a game and wondering how to change scenes when a timer goes to 0. I’m a noob to unreal engine 4 and looking help. please comment an answer below

Thank you for taking your time reading this

What do you mean with Scenes? Levels or what? Or do you help with the timer itself?

If you mean change levels, then use the node “Open Level” and specify the level name (file name).

In your Blueprint, call a custom event that has a delay and then call Open Level.

Hope this helps!