The text button is not a child of the frame
Can any of you make a script and explain it to me? I’ve created a script but I’m on my phone so I can’t see the script I made
Did you tick the "Visible" checkbox to no? If you didn't you need to explain better, sorry.
If you are trying to get it to be visible and you have a text button, the script should look like this.
script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame.Visible = true end)
Edit that as needed.