something like this, I know it doesn’t work like this but so you get what I mean about how I am trying to do the names, I’m not sure how I can just make a new list from scratch and change its name.
for (t = 0; t <objects.Length; t++) {
List<GameObject> "object"+"t" = new List<GameObject>();
}