I made a Lon in interface using GUIWindow. My questoin is how to make the GUIWindow disappera when finish input password?
1 Answer
1Use booleans!
Make a new boolean, and set it to true when you want the GUI Window to appear, and false when the password has been enteret, set it to false.
If you don’t know how to use them, check out this video.