Find any script for Roblox

Enter the name of the game or script.

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