Basically I’m trying to make a golf game similar to Golf with your friends and I’ve run into a problem where when the golf ball goes up or down a ramp it bounces for no reason. I want it to go smoothly up the ramp instead of bouncing as this can make the ball curve sometimes or go out of bounds. It is more apparent when the slope is steeper.
Examples:
I still want to have bouncing in the game, so how would I achieve this?
Try reducing the velocity of the golf ball. Therefore, it will move up more smoothly and in steep ramps it will still bounce. If not I don’t know sorry.
Basically the player presses the F key to push the ball in the direction the camera is facing multiplied by 5 times the power value using a Vector Force.
Ok after testing some more I think you have to configure with the velocity. At a 30 degree angle I was able to make a smooth transition at ~125 velocity. Although at smaller angles you will need to decrease it. So I guess you have to round the slope to the best.
For a 15 degree angle I recommend ~80.
I hate janky roblox physics. I changed the ramp to a curve and it worked flawlessly. I dont know why the ramp didnt work. Thanks for trying to help me though.