Created by RemoteScript
Features:
- AUTO COLLECT GOLD NUGGETS
- DEV NOTES:
- You may have to wait for 2-3 towers to go by since there is a limited amount for each tower spawn.
while wait() do
pcall(function()
for i,v in pairs(game.Workspace:GetDescendants()) do
if string.find(v.Name, "Gold_Piece") or string.find(v.Name, "Register") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
end
end
end)
end
ENJOY!