How to make a golf ball have friction?

How would i make a golf ball have friction? I tried using CustomPhysicalProperties but it didn’t work. This is what i currently have:


I really want to avoid waiting around 10 seconds just to wait until the ball slows down, so any help will be appreciated!

Just increase the friction by 0.5? Just try things out, you’ll eventually get it.

You want a ball to have friction or have no friction? If its no friction, it aint ever going to stop moving once its hit. If it has friction, its going to slow down.

Either one, increase the friction, or two, create a temporary force that goes the opposite way constantly until the golf ball gets to a certain point in which case the force is disabled.

Sorry, im kind of confused you of friction and no friction so i just put no friction. I’ll try your solution.

How would i do the “temporary force” method exactly?

You could like second after it starts rolling to start to decrease its velocity until velocity = 0 worked for a project I did

1 Like