How to get someone's position when he dies?

I want to create an orb on a position of a player where he dies, If I set a variable on his eye position it goes back to the hero when it respawns. Tried anything I could have imagined within couple hours, just don’t get it (if it’s even possible without tons of code)

Hello, Have you tried this?

actions
{
Create Effect(All Players(All Teams), Orb, Color(White), Nearest Walkable Position(Event Player), 1,
Visible To Position and Radius);
}

1 Like

Lol that seems to be the only thing that works and I haven’t tried of. Silly me, thank you!

Np, glad you got it now.