Reference API Roblox

Engine API

Website

Related

Reference API Roblox

GroupMembershipStatus

Defines the possible outcomes of the GroupService:PromptJoinAsync() method.

Items 4

HistoryNameValueDescription
700None0

The player chose not to join, cancelled the prompt, or was not eligible to join the group.

700Joined1

The player successfully joined the group during the prompt.

700JoinRequestPending2

The player submitted a request to join the group.

700AlreadyMember3

The player was already a member of the group.

Description

GroupMembershipStatus is an enumeration that represents the result of a player's interaction with the GroupService:PromptJoinAsync() method. It conveys the player's group membership status after the prompt.

History 5

Settings