Advertisement
yoyo74456

Untitled

Sep 7th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. game.Players:GetChildren():Connect(function(player)
  2. player.Chatted:connect(function(msg)
  3. if msg:sub(1, 2) == "h/" then
  4. print(player.Name.." : "..msg)
  5. end
  6.  
  7. if msg:sub(1, 3) == "hl/" then
  8. print(player.Name.." : "..msg)
  9. end
  10. end)
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement