Version / Update: v1.0.0
- Download / Script Link
- local player = game.Players.LocalPlayer
local character = player.Character
local humanoid = character:WaitForChild("HumanoidRootPart")
local presents = workspace.CandyBasketHolder
while task.wait(0.025) do
for _, gifts in pairs(presents:GetDescendants()) do
if gifts:IsA("TouchTransmitter") then
firetouchinterest(humanoid, gifts, 0)
firetouchinterest(humanoid, gifts, 1)
end
end
end[ View More ]
uses firetouchinterest to collect all presents found in workspace