Adam_Pastebin

Doors Use Buffed Shears On Anything Script

Aug 3rd, 2023
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | Gaming | 0 0
  1. -- Spawner Customizations --
  2. _G.Luck = 100 -- The chance of shears spawning in the game
  3. _G.Spawns = false -- If the shears can spawn naturally in the game
  4. -- Tool Customizations --
  5. _G.Durability = 5 -- How much durability it will have until it breaks
  6. _G.MaxDurability = 5 -- The max durability if you enable regeneration
  7. _G.InfiniteUses = false -- If The Shears have infinite uses and cannot break
  8. _G.DurabilityTakenEachSnip = 0.25 -- How much each snip you take with the shears takes from the durability
  9. _G.SnipSpeed = 1.25 -- The speed of the snipping
  10. -- Regeneration --
  11. _G.Regens = true -- If the shears regenerate after being used
  12. _G.RegenSpeed = 1 -- How fast the shears will regenerate after being used
  13. _G.RegenAmount = 0.1 -- How much durability it will regenerate after the chosen amount of time
  14. -- Loadstring --
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/iimateiYT/Scripts/main/Buffed%20Shears%20On%20Everything.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment