Hi, I was wondering how to get the angle of the ground under my character. I already have a ground checker and I am able to move and jump.
I would like this information in order to calculate what the speed my skateboarding character should be while on a skateboard and also on a slope (the game has a bool set for “skating” when on a skateboard). So if you have comments on how to increase speed over time while rolling downhill, that be great also, but figuring out the angle is good enough for now.
I am still at a beginner level of coding, so please explain any technical term
Thanks!