Hello, so my problem is is that i’m using this snippet of code and try to check touch count:
if action_id == hash("touch") and #action.touch > 0 and #action.touch < 5 then
msg.post("main_gui#gui", "debug_finger_count", {text = #action.touch})
So everything works if i’m pressing with 2 fingers the output is 2, but when i try to press with 3 or more, the output is always 1 how come ?