As the title suggest, i need to make a system that makes the player be able to gain speed if it slides on a slope
2 Likes
Firstly, you need to raycast downwards to get the normal vector. Then, compare the normal vector with yAxis
using vector3:Angle
. You now have the slope’s angle, and can apply the velocity.
3 Likes
Could you be a little more specific?
1 Like