Defender’s Depot – Tower Defense CRATE AUTO FARM

Created by Clover Luck#3481

Features:

  • CRATE AUTO FARM
game:GetService("Players").LocalPlayer:WaitForChild("Info"):WaitForChild("Gamepasses"):WaitForChild("Auto").Value = true
local player = game.Players.LocalPlayer
for i,p in pairs(game.Workspace:GetChildren()) do
  if p.Name == "Crate" then
      p.CanCollide = false
      p.Position = player.Character.HumanoidRootPart.Position
  end
end

workspace.ChildAdded:Connect(function(child)
if child.Name == "Crate" then
      child.CanCollide = false
      child.Position = player.Character.HumanoidRootPart.Position
  end
end)

spawn(function()
while wait(15) do
for i,p in pairs(game.Workspace:GetChildren()) do
  if p.Name == "Crate" then
      p.CanCollide = false
      p.Position = player.Character.HumanoidRootPart.Position
end
end
end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!