Hi, I’m making a dance game and I need as many keys on the keyboard that I can get. I need to either unbind the I and O keys or set a priority higher but I’d prefer to just unbind them.
I followed this post: Disabling I and O keys to zoom the camera in and out
However the I and O zoom are no longer listed under the ActionBindings in Dev Console, and I have tried the posted solution but it doesn’t seem to work.
Can’t you just
Change the CameraMaxZoomDistance
to 0.5 inside StarterPlayerScripts
, then change it back to its default afterwards?
But I still want to be able to zoom out - just using the mouse scoll as normal.
Nevermind, it seems to be outdated. I’ll look into this furthermore.
Well I don’t think there’s any other alternate, unless if you find the changed Player’s ContextActionService
’s Action Bind Names, specifically the ones where you use the I/O keys to Zoom
I updated it so it should work now
1 Like