Reproduction Steps
Issue only affecting mobile / tablet devices
Touch anywhere on the screen
Slide into the button area / jump button area / chat button
Holding down in the button area
Click on Core Gui Button
Expected Behavior
Typically should be nothing happens
Actual Behavior
1. Locking player camera
2. Only able to zoom in / zoom out
3. Not able to fix the issue by resetting character
Alternative Temporary Fix
Apparently above issue is related to cameratype and seems resetting from the menuclosed event able to fix the issue so far
GuiService.MenuClosed:Connect(function()
game.Workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
game.Workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
end)
Issue Area: Engine
Issue Type: Other
Impact: High
Frequency: Constantly
4 Likes
acrieds
(zion)
August 21, 2022, 12:08am
#2
Does it undo itself when you follow the reproduction steps? This might happen if it’s a bug that can be toggled. I’m not 100% sure though.
2 Likes
Seems there is no way to undo the issue other than re-joining the game the issue should be able to reproduced on every experiences so far and therefore I think it might relate to mobile client core script
That is a bug I noticed after receiving many complaints from players and made a reports months ago. Still, the bug has not been fixed.
Reproduction Steps
Make sure you are in a game that uses Roblox’s default camera system.
Hold your screen with a finger
Open the Roblox menu with another finger
Release your fingers
Close the Roblox menu
Expected Behavior
The camera should behave like normal, and be able to move with one finger, and zoom/unzoom with two fingers pinch
Actual Behavior
Depending on what was done when opening the Roblox menu, the result could be different:
If you were holding your finger outside the thumbs…
1 Like
ohh yes, that’s the same issue hope this bug could be fixed soon!
if you are still finding an alternative solution, please have a look from my post above
gigagiele
(gigagiele)
May 30, 2023, 6:15pm
#7
Thanks for the report. We filed a ticekt.
1 Like