Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ChatRestrictionStatus

Describes the chat restriction status that a third-party platform reports for a user.

Items 3

HistoryNameValueDescription
644Unknown0

The platform's chat restriction status for the user has not yet been determined; this is the default value for all ChatRestrictionStatus properties.

644NotRestricted1

The third-party platform has confirmed the user has no chat restrictions in effect.

644Restricted2

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

Settings