I'm checking if a player died but it isn't working Humanoid.Health == 0

Hello, So I’m trying to check if a player died on line 73 but its not working because the IsAlive value does not change to false and I’m not trying to use the Humanoid.Died because I don’t want that to run forever, and also on line 83, is that code right for checking is no one IsAlive value set to true?

So the code works but the IsAlive value does not change

you are doing IsAlive = false on line 74
set the value of IsAlive to false instead, IsAlive.Value = false

1 Like

ohhhhhh okk lol I cant believe I forgot .Value, Thank you my code now works