Smooth character movement on ramps

is there a way to walk on ramps properly and smoothly? if there’re any useful posts on the devforum then please tell me.

one way to do this maybe: change the orientation of the character when he walks on a ramp?

i tried changing the humanoid.MaxSlopeAngle, which does make me walk, but on my head:

;sorry for the bad recording

please help, any help is extremely appreciated

Try to set humanoid’s autoscaling to true (not sure if this would work)

1 Like

if you’re talking about humanoid.AutoRotate = true and
humanoid.AutomaticScalingEnabled = true
then it didn’t work

change max slope angle for players in game settings to higher, maybe that will fix it.