I'm trying to write a simple for loop inside of an object. Essentially what it is doing is setting the Z position of the object before it plus delta, with the exception that the 0th object simply adds delta to it's original position. Below is the code I am using to do this:I'm trying to write a simple for loop inside of