SalmonQuasar 1 Report post Posted July 24, 2020 (edited) So I've been programming a cooking system for a cafe lately, and my if statement isn't working. The way it works is if all the check marks are Visible, then a TextButton called "Cook" should appear and another TextButton called "Cancel" should disappear. And here's my code: (sorry if it's a bit long as it's for the entire GUI Frame, and the cut off text at line 28 says "then") Edited July 24, 2020 by SalmonQuasar forgot ")" Quote Share this post Link to post Share on other sites
Redi 0 Report post Posted August 1, 2020 The If Statement is not working because its never called. Write a while loop or a method for it Quote Share this post Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.