Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I made a code that disables the chat filter. The question is can I get banned for this?

Asked by 1 year ago
local players = game:GetService("Players")
local chat = game:GetService("Chat")
chat.BubbleChatEnabled = false

players.PlayerAdded:Connect(function(player)
    player.Chatted:Connect(function(message)
        chat:Chat(player.Character, message, Enum.ChatColor.White)
    end)
end)
0
That anti-filter script still won’t work because you need to modify the ChatModule, BUT YES, I DONT RECOMMEND DOING THIS AS IT CAN RESULT TO BAN! T3_MasterGamer 2189 — 1y
0
Reply to "T3_MasterGamer": I tested this in a game (not in studio) and it worked. msculenny 42 — 1y
0
It does hashtag the message in the chat history however. msculenny 42 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

Most likely yes!! I don't know why you want to remove though??

Ad

Answer this question