Hello everyone
I’m using the picker a lot recently, and I am able to change a button’s color in it’s own custom script using the command:
__SELF __.set_color(color=[64, 44, 59, 255])
However, I was wondering if there is a way to change a bunch of other button’s colors “externally”? (meaning through another button)
My idea would be that with a simple click, I could adjust a group of button’s colors dynamically
thanks for your help!