TextFilterContext
Indicates whether text submitted to TextService:FilterStringAsync() or TextService:FilterAndTranslateStringAsync() is intended for a public or private audience, controlling the strictness of the text filtering backend.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 341 | PublicChat | 1 | Indicates the string will be visible to all players or a broad public audience, applying the strictest level of text filtering. | |
| 341 | PrivateChat | 2 | Indicates the string is part of a private conversation between specific users, applying filtering appropriate for one-to-one or small-group exchanges. |
Description
Indicates whether text submitted to TextService:FilterStringAsync() or TextService:FilterAndTranslateStringAsync() is intended for a public or private audience, controlling the strictness of the text filtering backend.
History 3
- 341 Add PublicChat
- 341 Add PrivateChat
- 341 Add TextFilterContext