Reference API Roblox

Engine API

Website

Related

Reference API Roblox

DraftStatusCode

Describes the state of a script draft tracked by DraftsService.

Items 4

HistoryNameValueDescription
395OK0

The draft is in sync with the server's base version and has no blocking conflicts.

395DraftOutdated1

The server version of the script has advanced beyond the base version used when the draft was created, so the draft must be updated before it can be committed.

395ScriptRemoved2

The script referenced by the draft no longer exists in the data model.

417DraftCommitted3

The draft was successfully committed to the server and removed from the local sandbox.

Description

State of a script draft from GetDraftStatus and from CommitStatusChanged / UpdateStatusChanged. See individual items for in-sync, outdated, committed, and removed-script outcomes.

History 5

Settings