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