Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players:GetChildren():Connect(function(player)
- player.Chatted:connect(function(msg)
- if msg:sub(1, 2) == "h/" then
- print(player.Name.." : "..msg)
- end
- if msg:sub(1, 3) == "hl/" then
- print(player.Name.." : "..msg)
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement