Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PlaybackState

Describes the current state of a Tween in its Tween.PlaybackState property.

Items 6

HistoryNameValueDescription
288Begin0

The tween has been created, but has yet to be played. After exiting this state, the tween never enters it again.

288Delayed1

The tween is waiting for the duration specified in its TweenInfo.DelayTime. After the delay elapses, the tween plays.

288Playing2

The tween is currently in progress.

288Paused3

The tween is paused in the middle of playing.

288Completed4

The tween completed successfully.

288Cancelled5

The tween was cancelled before completion.

Description

Describes the current state of a Tween in its Tween.PlaybackState property.

History 7

Settings