if string.find(v.Name, "Default") and v:FindFirstChild("Glove") and v.Glove:FindFirstChildOfClass("TouchTransmitter") then
    firetouchinterest(localPlr.Character.HumanoidRootPart, v.Glove, 0)
    firetouchinterest(localPlr.Character.HumanoidRootPart, v.Glove, 1)
    print("Collected")
    wait(0.05)
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: