Hello, I would like to know how this tree growth system works. The video is only an example for reference.
Is this usually done using TweenService, or do we need to create each growth stage as separate models? Alternatively, is it handled through animations combined with scripts?
What I want to ask specifically is about the logic behind a plant or tree growing in Roblox, for example:
Soil ā Tree Growth Progress ā Fully Grown Tree
How is this type of system typically implemented in Roblox?
could be just an animations because this is way too advanced to make with tweenservice
for the growing process you can make an animation that the model grows until its maximum intended stage then you can adjust speed of animation midplay to 0 or 1 to simulate the plant growing in that video there that it has delay while growing