Can someone show me how to get killed when i step on object like a floor and restart the level when you do so?

I need help when I step on an object I respawn and the level restarts. I need this for a project tomorrow and don’t have time to try to figure it out on my own. Blueprints BTW. I’m new to this but help is much appreciated

you would just need to use on begin overlap then a open level node. you may also want to add a small delay, a character animation, and disable input, you know for style.

but yea the open level node will reset everything in the level and restart the level completely. there is also a reload level function but i think its a console command, may want to look into that as well.