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
Forummer
(Forummer)
#2
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.
endney
(endney)
#5
:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
Try lowering MaxSlopeAngle
property of Humanoid.