Thank you for using our website
Your script:
--https://rbscripts.com
presents = game:GetService("Workspace").Scripts.PresentsCollect.Storage
basepart = Game.Players.LocalPlayer.Character.HumanoidRootPart
getgenv().Presents = true --Change to false if you want to stop the auto farm
while getgenv().Presents == true do task.wait()
pcall(function()
firetouchinterest(presents.Present.primary,basepart,0) --This collects the presents
task.wait(.1)
firetouchinterest(presents.Present.primary,basepart,1)
end)
end