Advertisement
Guest User

BTools And FF

a guest
Apr 1st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --ForceField
  2.  
  3. Instance.new("ForceField",game.Players.LocalPlayer.Character)
  4. end)
  5.  
  6. --BTools
  7.  
  8. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  9. a.BinType = 2
  10. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  11. b.BinType = 3
  12. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  13. c.BinType = 4
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement