local sellpoint = workspace.BoxPickingJob.Job local box = workspace.BOX1.ClickDetector -- sssrK game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = sellpoint.CFrame _G.Farm2 = true while _G.Farm2 do fireclickdetector(box) task.wait(0.1) game.Players.LocalPlayer.Backpack.BOX.Parent = game.Players.LocalPlayer.Character task.wait(0.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = sellpoint.CFrame end