Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- player.userId = 261
- player.Name = '001'
- player.Parent = nil
- player.Parent = game.Players
- -- CHATLOGS AS DEVCONSOLE --
- for i,v in pairs(game.Players:children'') do
- v.Chatted:connect(function(m)
- print(v.Name..": "..m)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement