I’ve recently released a update for my game and came across Mobile players, telling me that they couldn’t place blocks, only break them. So I looked into my code more and found out a bug.
I tried fixing it using TouchStarted and TouchEnded, since they are the most viable for me, however, they fire even if the user moves the camera, which is not what I want to occur.
I also need both because otherwise it’ll not work, as the player has to Tap to place a block and Hold to break a block.
I need help right now, or it would become impossible to play on Mobile.