Ik Character.Humanoid.Died
exist, but is there something like
Character.Humanoid.IsDead
Boolean?
1 Like
You can check the Humanoid
’s state. To do that use Humanoid:GetState()
and check if it is equal to Enum.HumanoidStateType.Dead
.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.