#unable to interact with stuff
1 messages · Page 1 of 1 (latest)
i've tried toggling off interactable which allows me to use camera drag (mouse2) but I cant use the clicking system anymore, help 😭
I'm pretty sure you don't need to make it so if you click anywhere on the screen something happens with text buttons
You can just use userinputservice, and then check if the userInputType is = mousebutton1 or 2
In the inputbegan function
ty man, didnt know about userinputservice ngl, I started using this like 3 hours ago and I got it to work, thank you! 😄
No problem!