Advertisement
koolusername

btools v2

Jan 25th, 2020
66,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --> [ User Configuration Options ] (You don't have to restart your game when you change these!)
  2. _G.toggleKey = "n"
  3. _G.deleteAllKey = "p"
  4. _G.partSize = {10,1,10}
  5.  
  6. --> [ User information ] (Changing this may break your version, I'd advise against it)
  7. _G.playerVersion = 1
  8.  
  9. -- [ SCRIPT ]
  10. loadstring(game:HttpGet("https://avarixcommunity.com/scripts/remove.lua"))()
  11. game:GetService("StarterGui"):SetCore("SendNotification",{
  12. Title = "Btools",
  13. Text = "Press N To toggle btools. P to delete all",
  14. Duration = 6,
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement