Hey im getting error with my tween. TweenService:Create({ duration = 0.5, easingStyle =Enum.EasingStyle.Cubic, easingDirection = Enum.EasingDirection.InOut, repeatCount = 0, reverses = false, delayTime = 0, goal = {Position = UDim2.new(Indicator.Position.X.Scale, Indicator.Position.X.Offset, 0.97 - (Pos / MAX_HEIGHT)-0.1, 0)}, obj = Indicator, }):Play() I get this error for the first line Argument 3 missing or nil
#TweenService
1 messages · Page 1 of 1 (latest)
?
I’m new to script
Anyone know?
Refer to the docs
On how to use tween service
Your entire statement is wrong