void Start() { StartCoroutine(waiter()); } IEnumerator waiter() { yield return new WaitForSeconds(4); }