TweenStatus
Describes the completion status of a GuiObject tween function.
Passed as an argument to the callback function provided to GuiObject:TweenPosition(), GuiObject:TweenSize(), and GuiObject:TweenSizeAndPosition().
Not to be confused for Enum.PlaybackState which is used with TweenService.
Items
Name | Value | Summary |
---|---|---|
Canceled | 0 | The tween was cancelled before completion. |
Completed | 1 | The Tween has successfully completed. |