public void RestartLevel()
        {
            //first we send our $$$ + score to the server.
            //Send a message to restart the server status/ reset spawns and players joined.

            //reset the tile map.
            theTileMap.TileMapReset();
            Start();
            CurrentPlayer.Instance.AmountOfPlayers = 0;
        }