Fix Player Ragdoll Issues

Is there any way to remove player ragdoll when you fall down facing up?

image

Functions I used

humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)

Have you tried disabling Enum.HumanoidStateType.PlatformStanding ?

Nope, never tried that but I’ll do it right now

Never mind, tried that. still dosent work