Post Views: 38
Created by anim9r#3178
Features:
- WILSON DUKE FOOTBALLS AUTO FARM
for i,v in pairs(game:GetService("Workspace").Collectathon:GetDescendants()) do
if v.ClassName == "Part" then
task.wait(1)
firetouchinterest(v, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, 0)
task.wait()
v:Destroy()
end
end