Advertisement
Swagnuggetz

Guest chat c;

Jul 4th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. player.userId = 261
  3. player.Name = '001'
  4. player.Parent = nil
  5. player.Parent = game.Players
  6. -- CHATLOGS AS DEVCONSOLE --
  7. for i,v in pairs(game.Players:children'') do
  8. v.Chatted:connect(function(m)
  9. print(v.Name..": "..m)
  10. end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement