Skip to content

Commit 620b7ec

Browse files
update Open Source Docs from Roblox internal teams
1 parent 0c8b0f0 commit 620b7ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en-us/chat/guidelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ For communication shared by users that can be seen by other users, even if it do
3535
## Requirements
3636

3737
- All experiences that offer in-experience text chat for users must integrate `Class.TextChatService`, per the [Misusing Roblox Systems Community Standard](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards). For information on migrating from the legacy chat system, see the [Roblox Developer Forum](https://devforum.roblox.com/t/migrate-to-textchatservice-removing-support-for-legacy-chat-and-custom-chat-systems/3237100) and [Migrate from legacy chat](in-experience-text-chat.md#migrate-from-legacy-chat).
38-
- All incoming text that originates from another user must first use [Text Filtering](../ui/text-filtering.md) before your experience displays it.
38+
- All incoming text that originates from another user must first use [Text filtering](../ui/text-filtering.md) before your experience displays it.
39+
40+
If users repeatedly send messages that violate community standards, Roblox warns and then temporarily prevents them from sending messages. To learn more, see [Text Chat Nudge FAQ](https://en.help.roblox.com/hc/en-us/articles/37541811348884-Text-Chat-Nudge-FAQ-s).
41+
3942
- Communication between users must respect user privacy settings.
4043
- `Class.TextChannel:SendAsync()` handles basic privacy and parental settings automatically.
4144
- `Class.TextChannel:SetDirectChatRequester()` must be used to mark `Class.TextChannel|TextChannels` created for direct chat.

0 commit comments

Comments
 (0)