Enum.HumanoidStateType.Ragdoll 스테이트를 비활성화 할 수 없음

Describe the issue briefly

Ragdoll 스테이트 기능을 끄고싶은데

humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
하면 다음과 같은 오류가 발생됩니다.

Lua execution error: /User/Lua/GameClient.GameClient:44: Invalid HumanoidStateType : 1

Environment

Studio, Windows 11 64bit

Expected Result

Ragdoll 스테이트 기능을 끌 수 있어야합니다

Issue Frequency

100% (Always)

The issue has been addressed and fixed. The feature is now functioning as expected.