로블록스 루아스크립트 킬파트 오류
health -> HealthH 대문자로part.Parent:FindFirstchild(humanoid)->part.Parent:FindFirstChild("Humanoid")"" 추가하고 C 대문자 , H 대문자로 바꿔주세요그리고local humanoid = part.Parent:FindFirstChild("Humanoid")if humanoid thenhumanoid.Health = 0endhumanoid -> Humanoidh 전부 H로 바꿔주세요->local Humanoid = part.Parent:FindFirstChild("Humanoid")if Humanoid thenHumanoid.Health = 0end