// Update is called once per frame void Update() { if (!(player.isInPit())) { transform.position = player.transform.position + offset; } }