Stylised UI Attempt

Oh I didnt know tween.Completed worked for UI tweens! thanks :).

1 Like

Hm, this seems to be be for tweens that were created with tweenservice tho - the tweens used in my UI are generic UI tweens that consist of : PartName:TweenSize(UDim2.new(#,#,#),Enum.EasingDirection.(val),Enum.EasingStyle(val),fl,bool)

–I’ll still give it a shot later on!