How to can I smoothly tween a Guis Rotation using tween service?
1 Like
Simple:
Goal = {Rotation = 90}
TweenService:Create(Item, Info, Goal):Play()
Rotation
is just a Single number that applys a UI’s Rotation in Degrees.