a question about BUTTON object
Is it possible to make a big button as a part og GUI and place labels or texts on it? When hitting it, would it work?
yes
Most objects will block or intercept clicks if they are on top of another one, so your button might have areas that won't click. Also if the alpha of that object (or an alpha-settable area of it) is 0, I think you will then click through it... though not for a button, which still clicks in its full square area. Not sure what happens with all possible objects on this.
But any object with "Ignore Click" checked should let you click through to the next interactive object in the stack, so do that for your labels or text.
take a look at [ubutton]. You can design your own graphic button and lay the invisible ubutton on top of it.