just a simple fire touchtransmitters
it works just has a cooldown
something you can do to automate it: while true do loops while true do local plr = game.Players.LocalPlayer.Character.Head for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(plr, v.Parent, 0) end end wait(20) end