--[[ Made By Dexemox (dexemoxed) NOTE: script will sometimes breaks when changing new pan, or even breaks the whole panning thingy. i tried fixing it, but it didn't work and i'm not going to spend anymore time fixing ts DIDN'T WORK ON SHITSPLOITS, SUCH AS : xeno, solara, etc prospecting is a really good game btw i recommend playing it when you're bored ig --]] loadstring(game:HttpGet("https://raw.githubusercontent.com/Breadido/misc_scripts/refs/heads/main/prosrespect.luau"))() local diggingspeed = 0.001 local hm = client.startDigging local he = client.startPanning local ha = client.shake local ya = client.updatePosition local hi = getupvalue(ya,1).GetPanningRegion local no = getupvalue(ya,2) local ho = getupvalue(ha,5) no.Parent.Humanoid.WalkSpeed = 26 no.Anchored = false no.Parent.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function() no.Parent.Humanoid.WalkSpeed = 26 end) no:GetPropertyChangedSignal("Anchored"):Connect(function() no.Anchored = false end) task.spawn(function() while client.oldpn == client.getpan().Name do task.wait() if client.oldpn ~= client.getpan().Name then break end ho:FireServer() game:GetService("Players").LocalPlayer.PlayerGui.ToolUI.FillingPan.Visible = true no.Parent.Humanoid.WalkSpeed = 26 no.Anchored = false end end) while client.oldpn == client.getpan().Name do game:GetService("RunService").Heartbeat:Wait() if client.oldpn ~= client.getpan().Name then break end setupvalue(hm, 4, false) task.delay(diggingspeed, function() hm() end) if hi(no.Position) == "Water" then he() end end task.delay(0.1, function() getgenv().client = nil end)