I recently saw a post that was answered like: TweenInfo(1), and the created Tween's 2nd parameter which is usually a variable that represents things like Enum.EasingStyle, it's simply a variable that represents "TweenInfo(1)". What does the number mean in it???
The number means how long the tween will last. So in this case, the tween you saw will last 1 second.