public void CloseGuide() { playerInteract.ReseTime(); gameObject.SetActive(false); GameObject.FindGameObjectWithTag("Player").GetComponent <PlayerController>().SetStatus("walking"); }