void Start() { levelLogic = GameObject.FindGameObjectWithTag("Manager").GetComponent <LevelLogic>(); levelLogic.PlayGameplay(); }