--BROUGHT TO YOU BY RobloxScripter.com!--
for i,v in pairs(game:GetService("Workspace").Workspace:GetDescendants()) do
if v:IsA("TouchTransmitter") and v.Parent.Name == "Collectable-Mic" then
firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 0)
firetouchinterest(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 1)
end
end