I’m making a shooter game and I need to be able to still look around while pressing down the shoot button on mobile.
Like if you look at arsenal, if you press the shoot button you can still look around while still shooting.
I have mouse button 1 down attached to the gui that connect to fire function, but when player pressed on gui button, they unable to rotate their camera. So, how to make it able to rotate while pressing button?