Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ExperienceEventStatus

Describes the lifecycle state of a Roblox experience event as returned by SocialService.

Items 5

HistoryNameValueDescription
697Active0

The event is currently published and available.

697Cancelled1

The event has been cancelled and will not occur.

697Moderated2

The event has been removed by moderation.

697Unpublished3

The event has been unpublished by the creator.

697Unknown4

The event status could not be determined.

Description

Describes the lifecycle state of a Roblox experience event. SocialService:GetExperienceEventAsync() and SocialService:GetUpcomingExperienceEventsAsync() return event dictionaries whose Status field is a value of this enum, derived from the eventStatus field in the virtual-events API response. GetUpcomingExperienceEventsAsync() filters out events whose status is Cancelled, Moderated, or Unpublished, so only Active events appear in that list.

History 6

Settings