while task.wait() do for i,v in ipairs(game:GetService("ReplicatedStorage").Source.Puzzles.Networking:GetChildren()) do if v.ClassName == "Folder" then local Folder = v:FindFirstChildOfClass("Folder") if Folder then local Remote = Folder:FindFirstChild("DamageBoss") if Remote then Remote:FireServer() end end end end end