Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help with TweenSize and TweenPosition?

Asked by 9 years ago

How would I use the TweenSize and Tween Position? Quoted directly from the wiki:

TweenPosition ( UDim2 endPosition, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil )

Smoothly moves a GUI to a new UDim2 position.

TweenSize ( UDim2 endSize, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil )

Smoothly resizes a GUI to a new UDim2.

1 answer

Log in to vote
0
Answered by 9 years ago

Look and read this wiki page. It helps ALOT, like when I first tryed tweening I used this wiki. http://wiki.roblox.com/index.php?title=Tweening

Ad

Answer this question