Ball bounces when going up or down a ramp

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?

I believe this is in scripting support. Also if I’m right please provide a script.

Building support is for physics related things.

So the problem is the map? Sorry about my false accusation.

The problem is that the ball bounces up the ramp instead of going smoothly up it like it should.

1 Like

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.

The ball still bounces at lower velocities, plus the more I lower the velocity the less it can actually go up the ramp.

How does your gulf ball works? Does it have a certain time frame for velocity?

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.

1 Like