Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to make a gui pop up when you click a button?

Asked by 2 years ago

the title says it all

1 answer

Log in to vote
0
Answered by 2 years ago

try this

script.Parent.MouseButton1Click:Connect(function)
script.parent.visible = true
end

make sure the script is under the gui/ button

Ad

Answer this question