Mobile camera move when using GUI levers

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:

robloxapp-20231015-0821141.wmv (1.5 MB)

Is there a way to isolate camera movement while using the GUI? It only appears to be a problem on mobile.

4 Likes

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.

4 Likes

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.

1 Like

Closing this issue since we haven’t received any response. We can reopen if this is still occurring.