How to make the player slip if the terrain is very steep

Hi!

I’m trying to make a game, in my game my map implements terrain, how to make it so that if the terrain is very steep you slip off it? For example, there is a game called Isle,9 which has exactly what I need.

Everyone who is willing to help me I appreciate it very much, if you have a free model or something similar it would help me a lot.

1 Like

Change the CharacterMaxSlopeAngle property more in StarterPlayer to the desired degree. For a realistic game I would set it to ~48°, but for gameplay it’s best at ~65°

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.