ADVERTISEMENTREMOVE ADS
Auto Farm Points | Open Source
51,166 views
Description
Simple script i made that teleports you to the coins.
Features:
- Auto farm
ADVERTISEMENTREMOVE ADS
19 Lines • 528 Bytes
while true do
local player = game.Players.LocalPlayer
local coinFolder = workspace.CurrentPointCoins
local offset = Vector3.new(0, 4, 0)
if player.Character then
local character = player.Character
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
for _, descendant in pairs(coinFolder:GetDescendants()) do
if descendant:IsA("Part") then
humanoidRootPart.CFrame = descendant.CFrame + offset
end
end
end
wait(0.1)
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS








Comments
is their a way to turn it off and on? if not that would be a great update
@JA getgenv().A = true while getgenv().A == true do local player = game.Players.LocalPlayer local coinFolder = workspace.CurrentPointCoins local offset = Vector3.new(0, 4, 0) if player.Character then local character = player.Character local humanoidRootPart = character:WaitForChild("HumanoidRootPart") for _, descendant in pairs(coinFolder:GetDescendants()) do if descendant:IsA("Part") then humanoidRootPart.CFrame = descendant.CFrame + offset end end end wait(0.1) end switch it between true and false to toggle it on and off need anything else let me know
Yo can you add something like grindjng chron banana script I don't rlly need the points i just need the banana if you could do that , that'll be great I'll really appreciate it