when i make a button that fills the whole screen i try to drag my camera with right click i cant?
is there afix for this
when i make a button that fills the whole screen i try to drag my camera with right click i cant?
is there afix for this
I don’t think you’re able to move your Camera in the first place if your whole screen is covered by a button, because of events in buttons like MouseButton2Down(), which detects when you right click the button.
You can just resize the button, that seems to be the only fix.
@dxvblake Did my previous reply help?
If it did, do make sure to mark it as the solution of this Topic, so other Developers who experience the same issue can find answers easily.
well most games you click anywhere on the screen and something happens, and i want that to happen but i cant move my camera when i do tat
I’m still convinced you can’t move your camera over buttons. Perhaps try using a tool instead?