Hi, I am seeing an issue where the camera on mobile is moving while using GUI levers as the video shows, with different results depending on which one either side of the screen you use:
I believe the button has to be “Active” for it to properly drag without moving the camera background. But it created issues when scrolling so I wish there was a better option.
Hi @yrrebRBLX are the Gui levers ImageButtons or TextButtons? Those GuiObjects will sink input.
Other GuiObjects like ImageLabel will pass their input events down to the 3D view if Active=false. In this case, you could follow @DanBuildsTrains advice to set Active=true to stop passing the events to the 3D view.