AutoFarm
local MyCar = game:GetService("Workspace")[game.Players.LocalPlayer.Name.."sCar"] while wait(0.09) do MyCar:SetPrimaryPartCFrame(CFrame.new(0, 0, 0)) end