Posted
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
Cancel
Post
Replied
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post