Argument 3 Missing Or Nil On Tween Service

Line 51 Argument 3 Missing Or Nil. I honestly dont know what im doing wrong. I never had a issue with this.

you never put the specifications for what would be tweened. This is how it should look:

TweenService:Create(object, tweeninfo, goal)

and this is how you have it:

TweenService:Create(object, tweeninfo)
1 Like