I have a script of a name "exampleScript.js" attached to objects whose transforms I hold in myObjects:Transform[theCount];
I want to make something like
myObjects:Transform[];
mySciprts:????[];
myObjects = new Transform[theCount];
myScripts = new ????[theCount];
for(var i = 0; i<theCount; i++){
myScripts _= myObjects*.GetComponent(exampleScript);*_
_*}*_
_*```*_
_*<p>What should I put in the place of question marks ? (what's the type?)</p>*_