I had this code that I don't know how to make work and I'm also not a Pro at scripts :( but here's the code:
button = script.Parent window = script.Parent.Parent.Parent
function onClicked(GUI) window:remove() end script.Parent.MouseButton1Click:connect(onClicked) wait(1) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.FirstTest.Visible = false end)
Oh and also I don't know if I'm a NOOB or just did something wrong and I'm just a kid sooooo... yeah :]
Closed as Not Constructive by Lakodex, JesseSong, imKirda, Dovydas1118, FunctionalMetatable, and Gey4Jesus69
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?