AlphaSploit

Friendz (makes all on the server send you a friend request)

Jan 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for _,v in pairs(game.Players:GetChildren()) do
  2. game.Players.LocalPlayer:RequestFriendship(v)
  3. end
Add Comment
Please, Sign In to add comment