ChatRestrictionStatus
Describes the chat restriction status that a third-party platform reports for a user.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 644 | Unknown | 0 | The platform's chat restriction status for the user has not yet been determined; this is the default value for all ChatRestrictionStatus properties. | |
| 644 | NotRestricted | 1 | The third-party platform has confirmed the user has no chat restrictions in effect. | |
| 644 | Restricted | 2 | The third-party platform has reported the user is restricted from chat, typically due to parental controls or platform communication settings. |
Description
The ChatRestrictionStatus enum represents whether a user is permitted to
participate in text or voice chat as determined by a third-party platform such
as Xbox or PlayStation. Platform-level restrictions reflect parental controls,
age restrictions, or account-level communication settings that the platform
enforces independently of Roblox. This status is surfaced through properties
such as Player.ThirdPartyTextChatRestrictionStatus,
FriendCommunicationRestrictionStatus, and VoiceChatRestrictionStatus, all
of which default to ChatRestrictionStatus.Unknown until the platform
reports a definitive value.
History 4
- 644 Add Unknown
- 644 Add Restricted
- 644 Add NotRestricted
- 644 Add ChatRestrictionStatus