I tried testing some UI tweening styles and I ran into an issue with the circular tween style where it doesn’t animate. If anyone could tell me if your having this error as well and if there is a fix.
- Thank you, Slay
Code:
local Dot1 = script.Parent.Frame
wait(5)
Dot1:TweenSize(UDim2.new(0.1, 0, 0.225, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Circular, 2)
Link To Game: