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

Why is my script not flitering? Please help me. Help really wanted. Custom Chat

Asked by
moo1210 587 Moderation Voter
6 years ago

Here is my script

function Fliter(Part, Type)
local msg = game.Chat:FilterStringForBroadcast(script.Parent.Text)
script.Parent.Text = msg
end
script.Parent.Changed:connect(Fliter)

Hope you can help! Thanks!

Answer this question