private void OnTriggerStay2D(Collider2D collision) { transform.position = spawner.SetRandomLocation(); }