Reference API Roblox

Engine API

Website

Related

Reference API Roblox

WhisperChatPrivacyMode

Describes which other players a player allows to initiate a whisper (direct) chat with them in an experience.

Items 2

HistoryNameValueDescription
645AllUsers0

The player allows any other player in the experience to initiate a whisper chat with them.

645NoOne1

The player does not allow any other player to initiate a whisper chat with them.

Description

Describes which other players a player allows to initiate a whisper (direct) chat with them in an experience. A whisper chat is only permitted when both the sender and the recipient have WhisperChatPrivacyMode.AllUsers; if either player's mode is WhisperChatPrivacyMode.NoOne, the private chat is blocked. The setting comes from the player's account privacy configuration and is applied when the Player object is created. Defaults to WhisperChatPrivacyMode.NoOne.

History 3

Settings