Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TeamCreateErrorState

Indicates the outcome of a Team Create place-upload attempt, as reported by the TeamCreateErrorStatus event on TeamCreatePublishService.

Items 4

HistoryNameValueDescription
650PlaceSizeTooLarge0

The serialized place size has exceeded the hard upload limit and the save was aborted.

650PlaceSizeApproachingLimit1

The serialized place size has reached or exceeded the public warning threshold but is still below the hard upload limit.

693PlaceUploadFailing2

Repeated upload attempts have failed due to HTTP or network errors, and the consecutive-failure count has reached the configured warning threshold.

693NoError3

The place serialized and uploaded successfully with no size-limit issues detected.

Description

TeamCreateErrorState is fired as the result argument of TeamCreatePublishService.TeamCreateErrorStatus after each Team Create auto-save or publish attempt. Studio clients use this value to update status indicators and surface warnings or errors to collaborators. Values reflect the outcome of serializing the place and comparing its size against the configured thresholds.

History 7

Settings