RsvpStatus
Indicates a player's RSVP response to a Roblox experience event.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 677 | None | 0 | The player has not yet responded to the event invitation; this is the default RSVP state. | |
| 677 | Going | 1 | The player has accepted the event invitation and confirmed they are going. | |
| 677 | NotGoing | 2 | 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.