Level Spawning

I am make an obby course game (Third person) I need to respawn the character to the current level but also when touched an object to spawn at level 2. How can I respawn the character and also spawn the character to level in the same level blueprint?

Use the Open Level node and type your exact level name to load any level you want. Also can use it to reset your current level but if you don’t want to reset the level then manually set all the bools back to default and SetActorLocation to a spawn point.

Thanks! If you have the time can you give me a pdf of the blueprint of how to do that.