Marble bounces three times

Hey everyone! I’ve created this marble controller, and it’s working great overall, but there’s one issue:

In the image, you can see how the marble jumps once, but then it bounces two more times before settling down. I want it to jump only once and keep moving forward smoothly without the extra bounces. Any ideas on how I can fix this?

Assuming you’re using physics, I’m pretty sure you can set the parts’s CustomPhysicalProperty’s Elasticity value to 0.

1 Like

Wow, that was the fix I needed, thanks! quite embarrassing I didnt noticed that haha

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.