I want to make a GUI Object not visible,
without changing transparency,
and without it affecting the descendants.
I’m just wondering if it’s possible or not.
I want to make a GUI Object not visible,
without changing transparency,
and without it affecting the descendants.
I’m just wondering if it’s possible or not.
What kind of GUI object would that be? And why do you not want ot change the transparency?
Do you need to make it invisible in runtime, or would it be invisible always?
why don’t you want to use transparency?
it’s already using transparency
I was asking why, not if you were using transparency.
because messing with transparency, well, messes with transparency
You can just set transparency to 0 for visible and transparency to 1 for invisible, problem solved.
i have already very clearly stated, i am not looking to change transparency
Idk man seems like you are making this harder than it should be, vecayse transparency is the thing that’s used for individual GUI while visible is for itself and its descendants.