Phone User touching detection is wrong

I am having trouble with the Phone user clicking

this is the code I’m using:

Well, it works, but don’t work. It detects the user touching, but when the user clicks the movement stick, it counts as a click, idk why, knowing I’m returning if e is true (if the user clicked UI), It looks like the movement joystick doesn’t count as UI (e prints false), idk if this is a bug or it’s just like that.

as you can see in the video, e prints false when it still UI

1 Like

I ended up using the touchTap event, but I had to copy and paste all the code again (100 lines). I didn’t like that, but if it’s the only fix, I think I need to use it.

image