--BROUGHT TO YOU BY RobloxScripter.com!--
local Target = "" --Put target name in here
for i,v in pairs(game.Workspace.Items:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players[Target].Character.HumanoidRootPart, v.Parent, 0)
end
end