-- made by @kylosilly if anyone is nice tell @23899348291 -- on discord his user to unblock me if not game:IsLoaded() then game.Loaded:Wait() end local proximityprompt_service = game:GetService("ProximityPromptService") local local_player = game:GetService("Players").LocalPlayer local workspace = game:GetService("Workspace") local things_folder = workspace:FindFirstChild("__THINGS") if not things_folder then return local_player:Kick("Things folder not found!") end local plot = nil local plots = things_folder:FindFirstChild("Plots") if not plots then return local_player:Kick("Plots folder not found!") end for _, v in plots:GetDescendants() do if v.Name == "DisplayName" and v.Text:find(local_player.DisplayName) then plot = v.Parent.Parent.Parent.Parent end end proximityprompt_service.PromptButtonHoldBegan:Connect(function(v) v.HoldDuration = 0 end) proximityprompt_service.PromptButtonHoldEnded:Connect(function() task.wait() local_player.Character:MoveTo(plot:FindFirstChild("CollectPart"):GetPivot().Position) end) loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()