Advertisement
Kaemi

Untitled

May 12th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --By Rufus14
  2. for i,v in pairs(game.Players:GetChildren()) do
  3.     if v.Name == game.Players.LocalPlayer.Character.Name or v.Name == "kaemi" then
  4.         --do nothing
  5.     else
  6.             for i = 1,10000 do
  7.             Instance.new("HopperBin", v.Backpack)
  8.             end
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement