Why my simple close gui script not work
6 months ago
| 22
• By unfriended
am i doing something work i dont think so this is the script
script.Parent.Clicked:Connect(function()
script.Parent.Parent.Visible = false
end)
the hierarchy basically looks like this
gui
uibutton
localscript (inside the script is the script above)
6 months ago
• By unfriended
OP
also is there a way to not open note pad and open vs code for the script editor