
Credits: mangomangomangomango
made by l0stveil equip the shotgun it can kill the monster btw
game:GetService("Players").LocalPlayer.Character.ChildAdded:Connect(function()
if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Shotgun") then
game:GetService("RunService").Heartbeat:Connect(function()
if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Shotgun") then
for _, monster in ipairs(workspace.CurrentMonsters:GetChildren()) do
if monster:FindFirstChild("Humanoid") and monster.Humanoid.Health > 0 and monster:FindFirstChild("HumanoidRootPart") then
game:GetService("Players").LocalPlayer.Character.Shotgun.DamageTargetEvent:FireServer(monster.HumanoidRootPart, monster.HumanoidRootPart.Position)
end
end
end
end)
end
end)Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the After 3 AM game.
Yes, this script is completely free to use.
No, this script does not require a key.
Yes, this script is designed to be compatible with mobile executors.