YouTube Life Script | COLLECT ALL EGGS

Created by roshanth13

Features:

  • COLLECT ALL EGGS
getgenv().egg = true
local player = game.Players.LocalPlayer.Character.HumanoidRootPart
while getgenv().egg == true do
for i ,v in pairs(game:GetService("Workspace").ScriptingParts:GetDescendants()) do
   if v:IsA("MeshPart") then
       player.CFrame = v.CFrame
       if v:FindFirstChild("ProximityPrompt") then
       fireproximityprompt(v.ProximityPrompt)
   end
end
end
wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS