Clicking Core Gui button while sliding into and holding down any Gui elements on mobile device will result in locking player camera

Reproduction Steps

Issue only affecting mobile / tablet devices

  1. Touch anywhere on the screen
  2. Slide into the button area / jump button area / chat button
  3. Holding down in the button area
  4. 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

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 :raised_hands: 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.

1 Like

ohh yes, that’s the same issue :raised_hands: hope this bug could be fixed soon!

if you are still finding an alternative solution, please have a look from my post above :raised_hands:

Thanks for the report. We filed a ticekt.

1 Like