I was just wondering if there was a way to prevent zooming through all parts in a model, no matter what. I was wondering if there was a script to do this?
I’ve got an airplane and I’m simply interested in preventing passengers/users from zooming outside, and viewing the fuselage exterior of the aircraft. Sadly there’s not much I can do on the planekit side, as the majority of scripts are obfuscated by a developer. I’m simply looking for a script that can force collision upon all parts in the aircraft model, or prevent passengers from zooming out.
In the camera properties, which can be found by clicking on the camera in the workspace, there is a max zoom option somewhere. Change that to a lower number.
Can’t you just go into the plane kit and into the fuselage and make those Parts CanCollide manually so when the model loads there is no issue? Select all the Parts you want CanCollide and check that box in the Properties window.
The issue with making everything CanCollide is that it can cause a bit more lag, unless the other new option of having the Parts CanTouch set to false helps.