Reference API Roblox

Engine API

Website

Related

Reference API Roblox

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

HistoryNameValueDescription
341PublicChat1

Indicates the string will be visible to all players or a broad public audience, applying the strictest level of text filtering.

341PrivateChat2

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

Settings