task.spawn(function() while task.wait() do for i, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("ClickDetector") and v.Parent.Name == "Down" then fireclickdetector(v) end end end end)