Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService("Players")
- for _,v in pairs(players:GetChildren()) do
- if v.Name ~= players.LocalPlayer.Name then
- repeat
- local hopper = Instance.new("HopperBin", v.Backpack)
- until nil
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment