Advertisement
pa1nx9

Slayer Tycoon AUTO MINE WOOD

Nov 1st, 2021
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. shared.Enabled = true
  2.  
  3. local plr = game.Players.LocalPlayer
  4. local char = plr.Character
  5. local hatchet = plr.Backpack.Hatchet or char.Hatchet
  6.  
  7.  
  8. for i,v in pairs(workspace.Map:GetChildren())do
  9. if v:FindFirstChild("WoodHitPart") and v.Leaves.Transparency == 0 and shared.Enabled then
  10. repeat wait()
  11. char.Humanoid:EquipTool(hatchet)
  12. wait()
  13. hatchet:Activate()
  14. char:SetPrimaryPartCFrame(v.WoodHitPart.CFrame)
  15. until v.Leaves.Transparency == 1
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement