How do I make a animated UI?

Hello everyone! I just wanted to know how would I make a animated GUI? Do I just make it so it changes the position every 0.2 seconds or something? I am very new to scripting apologies. Thank you! [ This Is My First Post ]

You can use :TweenPosition(), :TweenSize(), or :TweenSizeAndPosition() to animate the position/size of your UI with any easing style you want!

ui:TweenPosition(UDim2.new(sizeXs, sizeXo, sizeYs, sizeYo), easingDirection, easingStyle, duration, optional canBeOverriden, optional callback)
1 Like