--BROUGHT TO YOU BY RSCRIPTS.NET!-- getgenv().b = true -- true to on false to off while getgenv().b == true do local p = game.Players.LocalPlayer.Character.HumanoidRootPart for i,v in pairs(workspace.CHEST:GetDescendants()) do if v.Name == "TouchInterest" and v.Parent then firetouchinterest(p, v.Parent, 0) task.wait() firetouchinterest(p, v.Parent, 1) end end task.wait(60) --change this if you want but I don't recommend end