Camera moves with joystick [Help needed!]

My game currently has a weird issue where the joystick merges with the camera movement.

If I were to drag my joystick up (move forward) it would also bring my camera up as if I weren’t using the joystick. This is a game changing issue as it completely ruins the game for mobile players.

Any help is greatly appreciated.

(Need a video or image let me know)

1 Like

Do you mean that when you use the joystick, the camera rotates as if you were dragging somewhere else on the screen?
That’d be quite strange… do you have any scripts that manipulate the camera or the mobile default UI?

Yes, that is what is happening and no, nothing affects the camera or controls.

The only thing that changes the controls are:

userInputService.ModalEnabled = true/false

Well, changing the Modal property is exactly what could be causing this. The Modal property of a GuiButton is described like this:

If true while the GUI element is visible, the mouse will not be locked unless the right mouse button is down.