05.11.2018, 13:27
You either need to use a server-side health system to keep track of the player's health without really damaging him or you use this logic:
Код:
OnPlayerDeath; Save player's position; Spawn player; Set player's position to the saved one; Apply animation setting the freeze parameter to true; Set a 10 seconds timer to clear the anims and respawn him.

