[EASTER] Miner’s Haven ⛏️ Mh collect easter eggs

Description

auto collect easter egs from map
on mac executors can not work fire proximityprompt function and plr need to click e to collect

local Workspace = game:GetService("Workspace")
local Easter = Workspace.Easter
local easterthing = Easter:FindFirstChild("EASTER ISLAND EGG SPAWNS")
local mapthing = Workspace.Map:FindFirstChild("EGG_SPAWNS")

if easterthing then
    for i, v in ipairs(easterthing:GetChildren()) do
        if #v:GetChildren() > 0 then
            for _, child in ipairs(v:GetChildren()) do
                print(child.Name)
                child:FindFirstChild("ProximityPrompt")
                game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
                task.wait(.5)
                fireproximityprompt(child.ProximityPrompt)
                wait(.5)
            end
        end
    end
end

if mapthing then
    for i, v in ipairs(mapthing:GetChildren()) do
        if #v:GetChildren() > 0 then
            for _, child in ipairs(v:GetChildren()) do
                print(child.Name)
                child:FindFirstChild("ProximityPrompt")
                game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.CFrame
                task.wait(.5)
                fireproximityprompt(child.ProximityPrompt)
                wait(.5)
            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!