Camera and Sliding Ideas

Hey I was just wondering if anyone could give me a quick hint on how to make a 3rd person camera which is smooth and follows an object in all directions. The SmoothCamera script in the default assets is kinda what im looking for but it moves too much, and is only 2 axis where I want 3 axis.

Also if anyone knows an easy way to make things slide for a bit after moving please let me know. At the moment I can rotate an object, but I would like it to keep rotating for a little bit after a key is pressed.

Any help would be greatly appreciated and I dont expect people to right the scripts for me, I just need to be pointed in the right direction :smile: … That being said, any example script would be awesome!

i have looked through many different third person cameras, but they all seem to be focused around the y axis and then distance and height from the character controller. I need one that follows an object on any angle, but like just fixing the camera to the object but also so it bends and moves smoothly.