game.Players.PlayerAdded:connect(function(p) p.Chatted:connect(function(m) if m:sub(1,2) == "--" then print("Player chatted: "..m))' end end) end)
game.Players.PlayerAdded:connect(function(p) p.Chatted:connect(function(m) if m:sub(1,2) == "--" then print("Player chatted: "..m) end end) end)
There you go!