Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 843468296 or game.PlaceId == 843495510 or game.PlaceId == 897312463 then
- local pl = game:GetService'Players'
- local plgc = pl:GetChildren()
- function newmessage(plyr)
- plyr.Chatted:Connect(function(msg)
- print("[ Message ] "..plyr.Name..": "..msg)
- end)
- end
- for _,v in pairs(plgc)do
- newmessage(v)
- end
- pl.PlayerAdded:Connect(newmessage)
- else
- print'Um no. Not work here sorry bud.'
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement