IEnumerator CoroutineReLoca()
    {
        yield return(new WaitForSeconds(0.6f));

        SceneChanger.GoToChat();
    }