_G.Farm = true
local rs = game:GetService("RunService")
for i,v in workspace:GetChildren() do
if v:FindFirstChild("ProximityPrompt") and v:GetAttribute("earn") == 200 then
v.Name = "Money"
end
end
rs.Heartbeat:Connect(function ()
if _G.Farm then
local char = game.Players.LocalPlayer.Character
char.HumanoidRootPart.CFrame = workspace.Money.CFrame
fireproximityprompt(workspace.Money.ProximityPrompt)
end
end)
Comments
No comments yet
Be the first to share your thoughts!