Skip to content

filterProfanity(...)

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

filterProfanity(val: boolean): this;

Set if the user’s text will be filtered for bad language.

Default value: false

ParameterTypeDescription
valbooleanIf true the user’s text will be filtered. Bad language will be replaced with a string of punctuation.

this