--BROUGHT TO YOU BY RobloxScripter.com!--
local Playerhumanoid = game.Players.LocalPlayer.Character.HumanoidRootPart
for _, v in pairs(game:GetService("Workspace").Floppas:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(Playerhumanoid, v.Parent, 0)
end
end