Roblox Script - Starving Artists [Get Easter Booth] | [Collect All Eggs]

 



This script well teleport you to all the eggs which can be found, which will unlock the easter booth.




Collect All Eggs Script: 

local lp = game.Players.LocalPlayer

while wait() do
    lp.Character.HumanoidRootPart.CFrame = workspace.Eggs:FindFirstChild("Egg").CFrame + Vector3.new(0, 3, 0)
end

for i, v in pairs(game:GetService("Workspace").Eggs:GetDescendants()) do
    if v.Name == "Egg" then
        fireproximityprompt(v)
    end
end

find golden egg (execute when someone spawn a golden egg)

local lp = game.Players.LocalPlayer

while wait() do
   lp.Character.HumanoidRootPart.CFrame = workspace:FindFirstChild("GoldenEgg").CFrame + Vector3.new(0, 3, 0)
end

for i, v in pairs(game:GetService("Workspace")()) do
   if v.Name == "GoldenEgg" then
       fireproximityprompt(v)
   end
end
Previous Post Next Post