Hey Developers, we rolled out a fix recently so this issue should now be resolved!
Please let us know if this issue is still occurring.
Still experiencing the bug. Just went in game and tested and it still occurs.
It’s still happening just tested it out.
I can still reproduce this bug in an empty baseplate created today, unfortunately.
Yep, i just noticed this is still an issue on my game.
I have found (yet another) temporary fix for this.
Proceed with caution, as I’m not 100% sure if this breaks some obscure camera scroll feature that I’m unaware of.
First, you need to get the default PlayerModule. To do this, playtest in studio and go to StarterPlayer > StarterPlayerScripts and copy PlayerModule.
Next, stop playtesting then paste the PlayerModule into StarterPlayer > StarterPlayerScripts.
After line 332 in the CameraInput script (PlayerModule > CameraModule > CameraInput), add the following:
if pinch == 0 then
pinch = math.sign(pan.Y)
pan = Vector2.new()
end
It should look like this (pardon my horrible colors)
Or, if you’d like, just replace the CameraInput ModuleScript with this:
CameraInput.rbxm (6.3 KB)
Basically what this does is, when the scrolling is broken, extract the correct values from the broken camera scrolling and replace the broken values with the fixed ones.
Hope this helps!
You just saved Roblox Parkour, thank you so much.
It has been 1 year, and no fix. Please update us!
I have a cheap 10 dollar microsoft mouse that does the same thing. No extra buttons it is just your basic mouse. I also have friends who have the same issues.
Checking in, still have this bug as of today.
I still get this issue on my logitech mouse. (happened yesterday)
Yeah it still happens, I just created my own scrollwheel module cause the issue just doesn’t seem to be going away.
Still happens for me. I’m on a Logitech M570 trackball.
still happening - can reproduce in most games
edit: not on a logitech mouse
I run into this frequently still.
Its so frustrating because I have to rejoin a game to fix it. Some games I am playing require constant changing of your zoom-factor and angle of your camera and this just makes the game so much more difficult to play.
Video of me reproducing the issue.
First I scroll normally. Then I press ctrl and zoom in.
Hey, sorry about your issue, but what’s the name of that game in your video again? I can’t remember or find it myself.
The Conquerers 3.
Coincidentally, I also get bothered by this bug while playing on this game. Sucks that it’s still here.
Still having this annoying bug as of 2/21/2021. Bump. Please fix this roblox. I have a razer basilisk mouse
It’s just incredibly annoying when you press ctrl by a mistake and then you have to suffer because you can’t zoom. But instead of a fix for this bug we get a new Studio logo nobody ever asked for. Perfect.
I know they say they’re trying to hear our cries, but this is just a dumb simple bug that could probably be fixed in an hour or two but they decide not to.