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

My Script is Annoying me, ONE FREEKEN PROPERTY WON'T WORK!?

Asked by
KenUSM 53
6 years ago

EVERYTHING WORKS

                if Correction.Text == "Incorrect, " .. C17 then
                    Correction.Text = ""
                    TextBox.Text = ""
                    EnterStorage.Text = ""
                    print("Incorrect")
                end
                if  Correct17 == true then
                    Correction.Text = ""
                    TextBox.Text = ""
                    EnterStorage.Text = ""
                    print("Correct")
                end

BUT in "Correct17 == true then" "Correction.Text" doesn't work at all . "Correction.Text" Works with 'if Correction.Text == "Incorrect," 'function Everything in "Correct17 == true" Works But 'Correction.Text = "".' There are no errors. PLEASE HELP.

Note: I have Numbers 1-22 this happens to all of them with just that one property doesn't want to change. Please send help, I spent hours trying to fix this.

0
Can you explain me better so i can help you? arthurgps2 67 — 6y
0
Maybe put a space rather than leave it blank so it's Correction.Text = " " Viking359 161 — 6y

Answer this question