Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TweenStatus

The completion status of a GuiObject tween function.

Items 2

HistoryNameValueDescription
80Canceled0

The tween was cancelled before completion.

80Completed1

The Tween has successfully completed.

Description

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 PlaybackState which is used with TweenService.

History 7

Settings