// Start is called before the first frame update void Start() { hitCount = 0; toggleScriptLink = GameObject.FindGameObjectWithTag("Hand_Gun").GetComponent <HandGunToggle>(); }