Works when I click else where, any reason why this is happening?
I’m not entirely sure, it might be a bug. It looks like you have a GUI in the middle of your screen, do you think that might be causing it? Also, it would help to provide more information, such as a video of it.
I don’t know if the UI elements (in the middle) are part of the player’s screen or a BillboardGui
. But regardless, I think the reason that you’re not able to activate the tool in the middle may be because of the invisible Frame
or BillboardGui
with their Active
property set to true
, which causes input to be picked by the UI (thereby not allowing you to use tools and activate ClickDetectors
), so you should make sure to disable that.
1 Like