Third Person Camera Rotation

Hello! I’m making a snail that can crawl on walls using set gravity direction and i want the camera to rotate as the player rotates. I’ve tried to turn off use pawn control rotation in the camera boom but that causes a bunch of other issues. Is there a better way to make it so the screen rotates so the ground or surface that the snail is on is at the bottom of the screen?
Like this but rotated so that the wall the snail is on is at the bottom if that makes sense:


Thanks in advance!

You can try “Orient Camera To movement”, but if it doesn’t work i would suggest rotating camera based on the gravity direction - this should help you with that

I tried to orient the camera to movement but it still didn’t work. How would i rotate the camera to movement correctly (I’ve tried before but probably wasn’t doing it right lol), or are there any other options?