I Need a bit of Help with the SmoothFollow Script

So I’m making somewhat of a marble physics game. I wrote the script for the physics, and I put the “SmoothFollow” script on the ball. The camera keeps rotating back and forth around the ball. I assume it’s because the ball is spinning and the SmoothFollow script wants to look at the back of the ball. Any ideas on how I can fix this?

Use SmoothLookAt.js instead?

Well, that looks at. I need it to follow.