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

How do i TweenSize from one side?

Asked by 5 years ago

I've asked this question before, but i still can't fix it. I need this answer for the current game that i'm making.

What i want is to use TweenSize or Size:Lerp() from one side.

Normally TweenSize or Size:Lerp() sizes the part in two oposite sides, like this

I want the part to size from ONE side, like this

The problem is is that i have absolutely NO IDEA on how to do this, and i really need the answer. I hope this question makes a little bit sense to you.

Any help is appreciated, thanks.

0
adjust the anchor point of the gui element, (1,0.5) for tweening from the right, (0,0.5) for tweening from the left. tweening vertically is basically the same but the x and y anchor points are switched theking48989987 2147 — 5y

Answer this question