How to animate my tree

i want to make my tree grow up like this , i want to make it with tweenservice

like this

1 Like

That’s so cool! Do you have a pre-built tree model you want to use, or do you want to procedurally generate those as well?

i pre-built the tree model and i want to it grow that under me

That looks cool.
I made a script to grow trees (similar to that of Lumber Tycoon 2). I tweened the size and the position of the tree. I had two trees exactly the same, except one was a tiny sapling and the other was what I wanted to be the end result. I made the big tree transparent and noncollidable. Each part of the sapling corresponded to the same part on the big tree by name. I then had a script that looped through all the parts of the sapling and made each part grow to the position of the large, invisible tree.

Sorry if this is confusing!

1 Like

Alright you should have your prebuilt model (preferably in ServerStorage) cloned, but before assigning the parent go through each child’s properties and store it in a table, then set said properties accordingly, finally set the parent and primary parts cframe then tween each child’s properties back to it’s original value.