ok so one of the things I most hate about the Roblox basic gui system is that every time I zoom in all the way and a ui pops up or I zoom in all the way with a gui interface showing it locks up my mouse so I cannot move my mouse other than from the center, cannot zoom out easily, etc. How would I make it so my game gui’s don’t have these issues. I’ve seen other games change the max zoom in distance so It’s hardly noticeable. But then you cannot look around just by the movement of your mouse or track pad. Ok so if you have any questions please let me know. Thanks from John.
GuiObject.Modal only affects the ability to move the mouse while making the camera zoom have no effect on the mouse. You still cannot zoom out on Gui elements with an active property set, iirc.