Hi guy I am making a tool and I’m struggling to make it sync with pc and mobile device. the tool have a basic m1 and Skills, For m1 I connect it with userinputtype(mousebutton1) and skills with keycode. in mobile I want to connect m1 with a screen touch and skill binding with a button Event (Mousebutton1Click). now the issue is when I tap the button it do the m1 and the skill at the same time which I didn’t want it. I have no idea how to seperate there input. Hope you guy can help me
1 Like
Have you considered using the Activated event of the tool for M1?
for making seperate inputs for different devices
You need seperate those inputs, either Textbutton for skills and basic m1 for touchscreen (mobile)
Array index from table can used as sent which ability is being used by client mobile over Texbutton
I use that at first and it seem messed with the button so I did swap to user input and the result is still the same