#Close Button Help
61 messages · Page 1 of 1 (latest)
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false
end)
I tried this script and it only got rid of my actual close button instead of that and the gui.
could anybody help?
show hierarchy
??
lmao all good
thats the entire gui i want to close
the button at the bottom is what I am supposed to use to close it
the X circled is what I need to close everything
show the whole one
until StarterGUI
or wait
I suppose ur script is in ' Button '
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.TutorialMain.Visible = false
end)
yes
use this @dire nest
** You are now Level 1! **
Didn't work for me
where did u made i t
alr
script.Parent.Activated:Connect(function()
script.Parent.Parent.Parent.Visible=false
end)
** You are now Level 4! **
it works
thank youu
@hard thistle Could you possibly make gamepasses for my game in the future?
I already have a built in auto clicker, and a auto open cases made
ok
also all my buttons stopped working now on my hotbar
I activated all of them, they were working before
@hard thistle well the buttons work, but only in studio testing?
Like they will work in testing inside studio but not in game.
where do i put this
i gave you a basic idea
oh