SHOW:
|
|
- or go back to the newest paste.
| 1 | print("Getting Btools") --This is a normal script >_>
| |
| 2 | wait(2) | |
| 3 | print("Drag Success")
| |
| 4 | a = Instance.new("HopperBin")
| |
| 5 | a.BinType = 1 | |
| 6 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
| 6 | + | a.Parent = game.Players.1and2and3and4and.Backpack --Replace killerboy634 With your name! |
| 7 | wait(3) | |
| 8 | print("Delete Success")
| |
| 9 | a = Instance.new("HopperBin")
| |
| 10 | a.BinType = 4 | |
| 11 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
| 11 | + | a.Parent = game.Players.1and2and3and4and.Backpack --Replace killerboy634 With your name! |
| 12 | wait(3) | |
| 13 | print("Copy Success")
| |
| 14 | a = Instance.new("HopperBin")
| |
| 15 | a.BinType = 3 | |
| 16 | - | a.Parent = game.Players.killerboy634.Backpack --Replace killerboy634 With your name! |
| 16 | + | a.Parent = game.Players.1and2and3and4and.Backpack --Replace killerboy634 With your name! |