Text button only works once

When I click a text button and I close out of it and try to re-open the gui it doesn’t work

You’re gonna have to explain this more. What’s your goal? What’s your current code? What’re you currently doing? Please explain better and try to use the format provided when creating a scripting support topic.

1 Like

Well when you click the button, it just turns invisible and stays invisible forever. Could you explain your goal in more depth? I still don’t understand what you’re trying to achieve.

alright when the text button is clicked it opens a frame and you can close it and when i try to open it again it doesnt work my goal is to make fix or just make it clickable a infinite of times

Ah, so you’re making a text button open a frame, kind of like a menu you can open and close, correct? Except, it’s only working once. Am I right?

yes thats my problem been trying to fix it for days lol

Make this v.Visible = not v.Visible

ill try it ill give a update if it works

sadly that didnt fix my problem

Try to do a print statement and see where it does not print.

thanks for the help found the bug :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.