void Start()
 {
     roundsInClip = maxRoundsInClip;               // sets max rounds to the current rounds.
     playerHealth = GetComponent <HealthScript>(); // Gets the HealthScript component
 }