Advertisement
Pastebloxian

Btools press N to activate

May 8th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. -- [ CONFIG ]
  2. _G.hotKey = "n"
  3. _G.fullRemove = false -- Enable this if you'd rather the parts be removed entirely, and not be replacable
  4. _G.partSize = {10,1,10} -- The part size, formatted as X, Y and Z. Experiment with the numbers if you're confused about what it does
  5. _G.enableLogging = true -- Choose to enable logging, this will help me improve the script and DOES NOT give any personal info about you or your roblox character.
  6.  
  7. -- [ MISC ]
  8. _G.playerVersion = 05 -- Don't change this, it might break your version.
  9.  
  10. -- [ SCRIPT ]
  11. loadstring(game:HttpGet("https://avarixcommunity.com/scripts/removePublic.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement