# DBGUI ## PROPERTIES - `visible: boolean` (read/write) ## EXAMPLE ```lua if the_keyboard:is_key_just_pressed("f12") then the_dbgui.visible = not the_dbgui.visible end ```