Hello, Im trying to tween the frame from up to down, but it’s doing the reverse.
I Don’t know what is the Issue:
OneCooldown:TweenSize(UDim2.new(1.016, 0, 0, 0), Enum.EasingDirection.InOut, Enum.EasingStyle.Linear, 15, false)
Hello, Im trying to tween the frame from up to down, but it’s doing the reverse.
I Don’t know what is the Issue:
OneCooldown:TweenSize(UDim2.new(1.016, 0, 0, 0), Enum.EasingDirection.InOut, Enum.EasingStyle.Linear, 15, false)
It might be your anchor point. Afaik, if you want the frame to be resized upwards, the y coord of the anchor point needs to be set to 1.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.