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

NameValueSummary
Canceled0

The tween was cancelled before completion.

Completed1

The Tween has successfully completed.

On this page