4 Expand Your Knowledge

Variables are great for keeping track of things but what happens when those things become so numerous that creating and naming a variable for everything becomes tedious and impractical?

If you needed to create 1,000 parts in script, it is simply unrealistic to also create 1,000 named variables to store them all.

We need a better way of doing this. We need to have the computer automate this for us.