I want to be able to respawn players the moment they die without the ply:Alive() boolean returning true (for that particular player) after they have respawned.
The particular addon this is being used in is for a team and round based gamemode. Once the round has ended and everyone has been respawned Alive() should return true for all.
I’ve been searching for a while and haven’t been able to find a solution myself. I’m hoping someone might be able to guide me in the right direction.
Thanks in advance.