Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CreateContentResult

Indicates the result of a AssetService:CreateDataModelContentAsync() call.

Items 5

HistoryNameValueDescription
713Success1

The content object was created and stored successfully.

713PermissionDenied2

The user does not have the required permissions to perform this operation.

713UploadFailed3

Asset failed to upload.

714StorageLimitExceeded4

The storage budget limit for DataModel-scoped content was exceeded.

714Unknown5

An unknown error occurred.

Description

Returned as the first value in the tuple from AssetService:CreateDataModelContentAsync(), which creates a DataModel-scoped runtime content object at runtime. A value of Success means the content was created and stored successfully; any other value describes why the operation failed.

History 10

Settings