Player.CameraMaxZoomDistance prevents menu opening

If Player.CameraMaxZoomDistance is set to an arbitrary small number like 0, pressing the Esc key does not bring up the game menu, so there’s no way for players to exit the application without using Alt+F4 or Task Manager.

To repro, place the following LocalScript in PlayerGui

game.Players.LocalPlayer.CameraMaxZoomDistance = 0

Repro place

The new player properties don’t do anything at all for me.

Janthran, can you provide more information about which properties you were setting and which objects you were setting them on? Additionally, any code or example place that you could provide to help us reproduce the issue, would be very helpful.

First off you spelled my name wrong.
Second:

The CameraMaxZoomDistance/CameraMinZoomDistance properties don’t seem to do anything at all for me.
I thought the name/health distance things were broken too but that was a syntax error on my end.

Also, in Merely’s example place I can still zoom in and out as far as I usually can as well.

CameraMaxZoomDistance and CameraMinZoomDistance were disabled this morning to prevent builders from locking players into a game. When the fix for that bug is released, we will re-enable them.

[strike]Wait, they’re disabled? It still works for me…?[/strike]

Edit: Nevermind, just me being a div.

Just curious, has this been fixed in the new update?

The fix for this will be in next week’s update (v150).