How would I disable gamepad camera zoom on the Player Module

How would I go about disabling this action in the CameraInput module without forking the player module script?

ContextActionService:UnbindAction("RbxCameraGamepadZoom")

also, why wouldn’t you want to fork the playermodule? its subject to change and forking it is the only way of assuring consistent behavior in the future

(not to add that its more reliable to just delete that line than to have to deal with race conditions of unbinding the action)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.