Maximuspondal

lug

Apr 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for k, v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:connect(function(e)
  3. print(e)
  4. end)
  5. end
Add Comment
Please, Sign In to add comment