public IEnumerator Reveal(string nameToReveal) { //Play Particles partsControl.Burst(); yield return(new WaitForSeconds(1f)); _aud.PlayOneShot(clips[Random.Range(0, clips.Length - 1)]); DisplayName(nameToReveal); }