Find any script for Roblox

Enter the name of the game or script.

Driving Empire script – (Candy Autofarm)

Functions: Candy Autofarm

Script developer: Trz

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:

				
					while wait(1) do
for i,v in pairs(game:GetService("Workspace").Game.Halloween.Candy.CandyDrops:GetChildren()) do
     if v.Name == "Candy" then
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame - v.CFrame.LookVector*3
           game.Players.LocalPlayer.Character.Humanoid.Jump = true
     end
end
end
				
			
Leave a Comment

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