Restart Player

When the player pasts a certain point , I want it to restart at the player start location, I have no ai so the level itself doesn’t need to reset, I could just use a box trigger but is there a way to use the kill z for future projects?
Thanks

if i understand the question correctly is that you want you put the player back on the starting position once he goes into a certain trigger box? like in some games where if the character falls into the water it respawns back on land?

you can at the start of the level save the character’s World location in the Event Begin and once it goes into the trigger you can simply set its location back to original.
better idea would be to use TargetPoints.