Its either I need a 'for' Loop(Forgotten How to make one unless its via for _,v in pairs(game.Player:GetChildren()) do
)
But there is a red line right at '#' And No Idea why.
while wait() do health = {10, 15, 25, 40, 45, 60, 34, 26, 67, 78, 93, 100} end for _,v in pairs(game.Players:GetChildren())do local function kill() local humanoid = v.Character:findFirstChild("Humanoid") if humanoid then humanoid.Health = {1, 12 #health)-- Red line under '#' end end end end
while wait() do health = {10, 15, 25, 40, 45, 60, 34, 26, 67, 78, 93, 100} end for _,v in pairs(game.Players:GetChildren())do local function kill() local humanoid = v.Character:findFirstChild("Humanoid") if humanoid then humanoid.Health = (1, 12 #health)-- Problem as stated by Alpha was you used { instead of a ( end end end end