www.roblox-scripter.com

Script – dig to china

Thank you for using our website
Your script:

				
					local plr = game:GetService("Players").LocalPlayer
local hrp = plr.Character.HumanoidRootPart

local china = workspace.ChinaDetector

while task.wait(1) do
   firetouchinterest(hrp, china, 0)
   task.wait(.1)
   firetouchinterest(hrp, china, 1)
end
				
			

How about trying out new scripts?