I am planning to make a FPS game for mobile. I found out that mobile users cannot control the camera when they are holding a TextButton.
How should I solve this problem?
I am planning to make a FPS game for mobile. I found out that mobile users cannot control the camera when they are holding a TextButton.
How should I solve this problem?
I’m not on pc so I can’t confirm if that’s true, but as an alternative, you could simulate custom buttons with UserInputService.TouchStarted and UserInputService.TouchEnded