Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function setup(plr:Player)
- plr.Chatted:Connect(function(msg)
- print(plr.DisplayName.." (@"..plr.Name.."): "..msg)
- end)
- end
- game.Players.PlayerAdded:Connect(setup)
- for i,v in ipairs(game.Players:GetPlayers()) do
- setup(v)
- end
- print("Loaded ExoLogger")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement