SetSuperSafeChat (Method)

From Legacy Roblox Wiki
(Redirected from SetSuperSafeChat (Function))
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetSuperSafeChat( boolean enable )
Returns nil
Description: Set to true to disable regular chat, set to false to enable.
Member of: Player

Description

In Roblox Studio, Test->Start Server/Start Player mode. This function can be called from Server command-line to change the Player chat mode (allowing testing of either SuperSafeChat or normal chat).

Example
game.Players.Player:SetSuperSafeChat(false) -- enable normal chat