Find The Bacons (Collect all the bacons in the server)

Uploaded On
Script Credit :- Chaotic_Void#7787
Features

(Collect all the bacons in the server)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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