blood and iron script -- MUST BE A RANKER AND MUSKET MUST BE EQUIPPED, ENEMIES MUST BE IN YOUR VIEW FOR THIS SCRIPT TO BE IN EFFECTwwww Keybind = "Q" local UIS = game:GetService("UserInputService") _G.Enabled = true UIS.InputBegan:Connect(function(input) if UIS:IsKeyDown(Enum.KeyCode[Keybind]) then print("nigga it is on") if _G.Enabled == true then while _G.Enabled do wait(0.5) for i, v in pairs(workspace:children()) do blood and iron script How to use it? blood and iron script if v:FindFirstChild("Head") then game.ReplicatedStorage.Requests.RequestDamage:FireServer(v["Head"], v.Head.Position, game.Players.LocalPlayer.Character:FindFirstChild("Musket"), "Bullet") end end end end end end) blood and iron script