BUG - "Exponential" TweenPosition() Easing Style not working as intended

The “Exponential” Easing style does not work correctly when using Frame:TweenPosition()
Video:

Code Block:

plrlistframe:TweenPosition(UDim2.new(0.309, 0,0.241, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Exponential,.4,true)

Note: the frame’s original position is: {0.309, 0},{1.076, 0}
Frame being Tweened:
image
image

1 Like

TweenPosition() is deprecated at the moment, so you need to use TweenService instead, also, I believe for GuiObjects, you can only use Linear and Sine. (<- I am not too sure about that for certain however)

1 Like

Didn’t know it was deprecated. thanks.

Edit: you can use all the easingstyles with tweenposition().

Ah thank you, didn’t know for sure either.

Yeah actually I only recently found out about it’s deprecation a few months ago.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.