Hello, I'm trying to spawn an object that grow up after it appears...
I would spawn the object with a scale of "0.1" then make it grow to scale "1" but not in one frame... I wanna control the duration of the scale...
I can do it with the "set scale" => "wait 0.01s" => "set scale" => etc... but it's clearly not the good way
I watched the behaviors and found the "Sline" option, but I'm a bit confuse with the proprieties... I also have troubles with the "set width"...
How should I do please? ?