Advertisement
kleber1234

Lumber Tycoon 2 BTOOLS (COPY, DEL, MOVE)

Apr 16th, 2019
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head:remove()
  2. wait(0.3)
  3. game.Players.LocalPlayer.Character:remove()
  4. function unlock(obj)
  5. for i,v in pairs(obj:GetChildren()) do
  6. if v:IsA("BasePart") then
  7. v.Locked = false
  8. end
  9. unlock(v)
  10. end
  11. end
  12. unlock(workspace)
  13. wait(3)
  14. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  15. c.BinType = Enum.BinType.Hammer
  16. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  17. c.BinType = Enum.BinType.Clone
  18. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  19. c.BinType = Enum.BinType.Grab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement