Hiding a guitexture ??

hello how can I Hide a guitexture ??

Just don’t show it. Have a boolean variable and for example

if(variable == true)
Show Texture

That way if the variable is false, the texture won’t be shown.