Camera set problem

dear all

kindly ask to help
I set my main camera as follows
Screenshot - 6df305a7956fa4183d60f8474737dd71 - Gyazo but when pressed “play”
it comes up like this
Screenshot - 7e9f058d22eb1db13eee99671ad74789 - Gyazo
May be this because I use a “smooth follow” script?
What should I do to make a fair view?

You nailed it: the “problem” is in the smooth follow script. What’s probably happening is that in one of its Update methods, it’s setting the camera’s position based on the target’s position and a few other values, likely something called “distance” or “offset”. What you need to do is change those other values to push the camera’s intended position to where you want it.