GameObject[] ManyObjectsVariable; void Start() { ManyObjectsVariable = GameObject.FindGameObjectsWithTag("TAGNAME1"); }