Giant Dancing Simulator Script | COLLECT GEMS & EGGS

[ad_1]

Created by Chaotic_Void#7787

Features:

getgenv().egg = true
local player = game.Players.LocalPlayer.Character.HumanoidRootPart
while getgenv().egg == true do
for i ,v in pairs(game:GetService("Workspace").EggHunt:GetDescendants()) do
  if v.Name == "MainPart" then
      player.CFrame = v.CFrame
      if v:FindFirstChild("ProximityPrompt") then
      fireproximityprompt(v.ProximityPrompt)
  end
end
end
wait()
end
getgenv().gem = true
while getgenv().gem == true do
for i, v in pairs(game:GetService("Workspace").Gems:GetDescendants()) do
    if v.Name == "TouchInterest" and v.Parent then
        firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
    end
end
wait()
end

ENJOY!

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

[ad_2]