for _, v in pairs(workspace.Slaps:GetChildren()) do local open = v:FindFirstChild("Open") if open then local scriptPart = open:FindFirstChild("Script") if scriptPart and scriptPart:IsA("BasePart") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, scriptPart, 1) task.wait(0.1) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, scriptPart, 0) end end end