The Hood Script | AUTO GRAB GUNS

Created by Crystal Central#0001

Features:

game:GetService("RunService").Heartbeat:Connect(function()
     for i, v in pairs(workspace.Ignored.ItemDrops:GetChildren()) do
                       if v:IsA("Tool")  and (workspace.Players[game.Players.LocalPlayer.Name].HumanoidRootPart.Position - v["HANDLE_PLACEHOLDER"].Position).Magnitude < 25 then
                        fireclickdetector(v.ClickDetector, 25)
end
end
end)

  this