void CmdRespawnOnServer() { healthScript.ResetHealth(); }
void CmdRespawnOnServer() //Run a command on the server to reset the player's health globally { healthScript.ResetHealth(); }