Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AppUpdateStatus

Indicates the result of an application update check performed by AppUpdateService.

Items 7

HistoryNameValueDescription
455Unknown0

The default state before any update check has been performed.

455NotSupported1

The platform does not support application updates.

455Failed2

The update check failed due to an error such as a network failure or missing initialization.

455NotAvailable3

No update is currently required; the client is already running the latest version for its channel.

455Available4

An update is available through a public channel or production deployment.

642AvailableBoundChannel5

An update is available because the user is explicitly bound to a private or public channel.

691AvailableBetaProgram6

An update is available because the user opted into a beta program backed by a channel.

Description

Indicates the result of an application update check performed by CheckForUpdate(). The returned status tells the Lua app layer whether an update is available, what kind of channel assignment produced it, or whether the check was unsupported or failed.

History 8

Settings