Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RsvpStatus

Indicates a player's RSVP response to a Roblox experience event.

Items 3

HistoryNameValueDescription
677None0

The player has not yet responded to the event invitation; this is the default RSVP state.

677Going1

The player has accepted the event invitation and confirmed they are going.

677NotGoing2

The player has declined the event invitation and indicated they are not going.

Description

Indicates a player's RSVP response to a Roblox experience event. SocialService:GetEventRsvpStatusAsync() returns a value of this enum to reflect whether a player has responded to an event invitation, and PromptRsvpToEventCompleted passes both the new and previous status as RsvpStatus values when a player finishes interacting with the RSVP prompt.

History 4

Settings