Is it possible to control the visibility of a GUI button through a checkbox?
If the checkbox is checked button's visibility = 0 (the button is not visible)
If the checkbox is not checked = button is visible
Does anyone know how it is possible to do this?
JesB