for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.ClassName == "ClickDetector" and v.Parent.Parent.Name == "WeaponSpawn" then fireclickdetector(v) end end