Is There A Way To Add A Vector3 To A IntValue?

Hello. I recently made a flower script and in the flower script, I wanted to make it so it grows. How I thought to do this was making a for loop and tie it to an IntValue and make it run for 60 seconds. Then, adding the size of the flower parts to the IntValues value. But I can’t get it to work. If someone is able to figure out what I did wrong that would be great. Thanks!

(Below is the script I made for it.)

Change Vector3.new(timevalue.Value) to Vector3.new(timevalue.Value, timevalue.Value, timevalue.Value), unless the problem you’re talking about is different

I suppose you can transpose the vector components to a matrix then just call from there when needed. Saving the matrix data to intvalues