Can we ReSize Part in Animation?

Hey, I come from Unity3D and in that engine I was able to animate the Size propriety of Object.
But in Roblox, When I use the Animation Editor and press on the Scale Tool, it doesn’t show the Gizmo.
Is there a solution to animate the Size propriety of a Part ?

2 Likes

You could try using TweenService but I don’t think there is a way to do it with the Animation Editor.

3 Likes

Pretty much can’t unless you’re using scripts.

Either that or using Moon Animator, the problem with Moon is that if you do any scaling and import it to the roblox integrated animator editor, it won’t import scaling.