Do you know why the Gui buttons light up when executing an event code? (wtf)
Do you know why? 8-0
Can this function be canceled or the gray removed? (roll)
Because it's coded that way?
Sure, to remove the grey out, just go to General Settings, under the Visual section change the "When player interface is disabled, GUI should" to whatever option you want.
To remove highlight/push from buttons, locate the GUI, open it, click the button you want to change and in Properties set the sprite for MouseoverImage and PushedImage to 0.
Also, remember to say which template you are using, just in case there are settings setup in script. But this should do it, in your case.
Quote from: Cassiebsg on Fri 23/07/2021 19:21:56
Because it's coded that way?
Sure, to remove the grey out, just go to General Settings, under the Visual section change the "When player interface is disabled, GUI should" to whatever option you want.
To remove highlight/push from buttons, locate the GUI, open it, click the button you want to change and in Properties set the sprite for MouseoverImage and PushedImage to 0.
Also, remember to say which template you are using, just in case there are settings setup in script. But this should do it, in your case.
Thank you for your answer! (nod)