#unable to interact with stuff

1 messages · Page 1 of 1 (latest)

twilit goblet
#

so I literally just began developing and im creating a clicker type game, so I have made a click anywhere thing where I can click anywhere on the screen, but when im in in game, it wont let me grab the screen with my Mouse2 and I cant turn my camera, is there any way to solve this?

#

i've tried toggling off interactable which allows me to use camera drag (mouse2) but I cant use the clicking system anymore, help 😭

lone salmon
#

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

twilit goblet
lone salmon
#

No problem!