Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
Auto Hit Monster - After 3 AM Script | Free Roblox Script
After 3 AM After 3 AM

Auto Hit Monster

After 3 AM 74 views 2 months ago
Auto Hit Monster - Roblox Script
Mobile Mobile Friendly

Description

Credits: mangomangomangomango

made by l0stveil equip the shotgun it can kill the monster btw

After 3 AM
Explore more scripts
View all After 3 AM scripts

13 Lines 823 Bytes
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

Comments section coming soon...

Frequently Asked Questions

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.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/auto-hit-monster/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other