Why my Camera jitters when i am moving uphill(TOP-DOWN)?

Check that the tick function updates at the fastest rate possible. Maybe you are updating it less often than once per frame.

Also check your fps count. If you have low fps then the motion will seem choppy.

You’d probably want to trace a simplified version on the terrian. Maybe you are using trace complex in your line trace?