void HideHealthBar() { //stop firing laser.StopFiring(); //Debug.Log("Hide Health"); healthBar.enabled = false; applyDamage = false; }