Laravel.io
protected override void Update()
        {
            if (Anchor == null)
            {
                GameObject lPlayer = GameObject.FindGameObjectWithTag("Player");
                if (lPlayer != null) { Anchor = lPlayer.transform; }
            }
        }

Please note that all pasted data is publicly available.