I am confused on the value "nil" because what is the point in scripting something that is nothing?
"nil" means something doesn't exist or not present. Typically why you get errors called attempt to index nil with 'obj'
. You can also set values to be nil as a temporary value.