lolita5432

Untitled

Oct 12th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:connect(function(chatted)
  3. print(v.Name .. ' : ' .. chatted)
  4. end)
  5. end
Add Comment
Please, Sign In to add comment