This statement would work if I was moving positions using a Repeat Until Script..
Part.CFrame = Part.CFrame + Vector3.new(0,i,0)
But what if I wanted to do the size of an object?
Such as a ball starting at size:
1,1,1
Then growing to the size of:
8.82,8.82,8.82? |