Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ModerationStatus

Indicates the moderation review state of an avatar outfit or asset.

Items 5

HistoryNameValueDescription
610ReviewedApproved1

The content completed moderation review and was approved for use.

610ReviewedRejected2

The content completed moderation review and was rejected.

610NotReviewed3

The content has been submitted but moderation review is still pending.

610NotApplicable4

Moderation review is not applicable to this content.

610Invalid5

An unrecognized or error moderation status returned when the server response cannot be mapped to a known value.

Description

The ModerationStatus enum represents the current moderation review state of avatar content such as outfits and assets. It is returned by AvatarCreationService moderation events — AvatarCreationService.AvatarModerationCompleted, AvatarCreationService.AvatarAssetModerationCompleted, and AvatarCreationService.AvatarOutfitModerationCompleted — to communicate the outcome of a moderation check.

History 6

Settings