Quaternion.identity);
DodgeBall db = g.GetComponent<DodgeBall>();
AllBallsList.Add(db);
g.transform.SetParent(transform);
g.SetActive(true);
}