How to disable this humanoid state?

Hi, is there way to disable this kind of humanoid state that allows players to walk over objects or other players, such as shown in the video

https://gyazo.com/e10cc651e65379ff4700bbe6d0ba7199

I would like to make it so even if they walk into a player they cannot walk over the player’s body

That isn’t the standard behavior of humanoids.

1 Like

No I don’t think so, your best shot would be to make an invisible wall tall enough so they cant walk over it.

You could also remove collision, but the core issue is elsewhere.

:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)

Try lowering MaxSlopeAngle property of Humanoid.