I want to god certain people using tables, but I'm not sure how. I've tried a few scripts but none of them work. Can anyone help me?
Current script:
victims = {"Player1", "Player2", "Player3"}
for i,e in pairs(victims) do
game.Players[e].Character.Humanoid.MaxHealth = math.huge
game.Players[e].Character.Humanoid.Health = math.huge
end
|