Advertisement
yonidrori

Untitled

Oct 30th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while Wait()do
  2. for i,v in pairs(Game.Players:GetPlayers())do
  3. pcall(function()
  4. if not v:IsFriendsWith(Game.Players.abakarir.userId)then
  5. v:Kick()
  6. end end)end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement