Type Checking | Script customization

So im trying to make type checking that is customized by the script. Basically i have a bunch of objects in folders with thier names. I can make a table of them with for loops, But the problem is, If those objects change, How can i have the script automatically adjust the autofill

This is a static, unchanging type would look like

type shouldchange = {
 Object1:{
  Instance1:Instance,
  Instance2:Instance,
 },
Object2:{
--etc
}
}

I dont know if that made any sense, Anyways, typechecking that is changed via logic.

1 Like

I don’t think that luau have that feature yet