Posted
hi.
i'm back lol
You can use this script when someone is messaging and they get filtered.
You want to know what it is... just check the dev console.
this can also be used with games that have the chat disabled.
here:
----------------------------------------------
for _,v in pairs(game:GetService('Players'):GetPlayers()) do
   v.Chatted:connect(function(msg)warn(v.Name .. ': ' .. msg);end)
end
----------------------------------------------
yeah that's it.
i'm back lol
You can use this script when someone is messaging and they get filtered.
You want to know what it is... just check the dev console.
this can also be used with games that have the chat disabled.
here:
----------------------------------------------
for _,v in pairs(game:GetService('Players'):GetPlayers()) do
   v.Chatted:connect(function(msg)warn(v.Name .. ': ' .. msg);end)
end
----------------------------------------------
yeah that's it.
Replied
Oh wow thanks for contributing :D
Cool :D
Cancel
Post
Replied
Welcome back buddy and thanks again for sharing. :D
But something's seems wrong. The script doesn't output all the messages and which it does are still filtered unless said by myself or whoever is running the script. :/
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post