I want the Frame to be deleted when the text button is Clicked
I also want to know how will you access a GUI's properties to be Viable or not script.parent.Visible = false doesn't seem to work
Here's the setup
ScreenGUI>Starter(Frame)>TextBox,TextButton>Script
In the script inside the TextButton is
function D ()
script.Parent.Parent:Destroy()
end
if
script.Parent:MouseButton1Down:connect then (D)
end
----------------------
-God Of Technology |