Created by roshanth13
Features:
- COLLECT ALL THE BACONS IN THE SERVER
local plr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
for i ,v in pairs(game:GetService("Workspace").Bacons:GetChildren()) do
firetouchinterest(v, plr, 0)
wait()
firetouchinterest(v, plr, 1)
end
ENJOY!