9.0k Views
Description
Auto Coins
Comments
3

Offline
LazaManager 11 months ago
w script
Offline
Caddel 11 months ago
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local orbsFolder = workspace:WaitForChild("__THINGS"):WaitForChild("Orbs")
while task.wait(2) do
char = player.Character or player.CharacterAdded:Wait()
hrp = char:FindFirstChild("HumanoidRootPart")
if not hrp then continue end
for _, orb in ipairs(orbsFolder:GetChildren()) do
if orb:IsA("BasePart") and orb:FindFirstChild("TouchInterest") then
firetouchinterest(orb, hrp, 0)
task.wait(0.02)
firetouchinterest(orb, hrp, 1)
end
end
end
Use this instead automatically teleporting to coin
Offline
UrLocalScripter77 10 months ago
can u make inf coin script

Forge Hub | 30+ Games, OP Features & Auto Farms




