Disable camera auto zoom?

Is there a simple way to turn off the camera auto zoom to make it function like invisCamera, but without changing part transparency?

boost ----------------------------------

what do you mean by “the camera auto zoom”

Don’t “boost” posts after 30 minutes, be patient.

With either DevCameraOcclusionMode you’d have to alter its corresponding module. For Zoom you’d have to disable the Poppercam’s zooming, and for Invisicam you’d have to disable Invisicam’s transparency changes. Up to you which one you’ll go with, no difference in outcome or difficulty.

Thank you. I have no knowledge with default modules, so do you know how to disable either?

Also, If it is rude to boost posts I am terribly sorry, but is there any other way it would be found? Please correct me otherwise, but aren’t unanswered posts buried under many others in little time, meaning no one would find them?

I won’t be in Studio soon, and I don’t know the PlayerModule by heart, but you can probably figure it out. First you’ll need to run the game, then find and copy the PlayerModule (inside PlayerScripts of your Player). Stop the game then paste it into StarterPlayerScripts (this one now overrides the default one). Inside of it you’ll find “CameraModule” and inside of that find “Poppercam”, “PopperCam” or “Popper”… something along those lines. Open that up and look for whatever is making the camera zoom to the nearest “valid” obstacle (non colliding parts and parts with a transparency past some value are ignored). I’d say search for “raycast”, that’ll probably get you there the quickest. Then figure out an appripriate way to disable that portion of the code.

This is assuming that you kept DevCameraOcclusionMode at Zoom.

As for bumping: Official Rules of the Roblox Developer Forum

It’s considered spam per global rule 7, though it’s not a serious violation, and it’s seldom enforced (from what I’ve seen, only when it serves Roblox, like when they’re annoyed at you for bumping something they don’t want talked about). I’m telling you moreso because off etiquette, so you don’t get others to dislike you. It would get burried, yes, but there are plenty of scavangers hoping to get their reply marked as a solution, and posts with no replies are the best bets, so. Though it is probably fine with most if you bump after a day, but don’t just say “bump” or “boost”, say something like “still looking for a solution to this” :+1:

Edit: If you don’t manage by the time I’m on, I’ll gladly modify the PlayerModule for you and send it to you, but I’ll be on in 12 hours or so, God willing.

Thanks a lot! I will keep that it mind.