Im_Meme

Something

May 19th, 2018
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. c/for i, v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:connect(function(msg)
  3. print(v.Name..": "..msg)
  4. end)
  5. end
Add Comment
Please, Sign In to add comment