while task.wait() do for i,v in ipairs(game:GetService("Players"):GetPlayers()) do if v ~= game.Players.LocalPlayer then game:GetService("ReplicatedStorage"):WaitForChild("glorytoJESUSclient"):WaitForChild("damage"):FireServer(unpack({[1]=v.Character.Humanoid,[2]=9e9,[3]=1 })) end end end