Find any script for Roblox

Enter the name of the game or script.

Giant Dancing Simulator script – (Gem & Egg farm)

Functions: Gem & Egg farm

Script developer: roshanth13

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

Egg Farm

				
					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
				
			

Gem Farm

				
					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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *