private IEnumerator ShakeHand() { while (true) { hand.PlayRandom(0); yield return(new WaitForSecondsRealtime(2)); } }