Advertisement
bmrx13

a

Mar 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i, v in pairs(game.Players:GetChildren()) do
  2. v.Chatted:connect(function(msg)
  3. print(v.Name..": "..msg)
  4. if v.Name == "KDarren12" then
  5. warn(v.Name.."--LOCALPLAYER : "..msg)
  6. if v:IsFriendsWith(590239026) then
  7. warn(v.Name.."--FRIEND OF LOCALPLSAYER :"..msg)
  8. end
  9. end
  10. end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement