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

Why wont his text box work? shdfs

Asked by 3 years ago

I know this is not scripting related at all but I'm desperate and i needed somewhere to cry for help. I have been pulling my hair out for about an hour now because this text box that wont let me edit it when I test my game. I click on it and nothing happens, is there something im missing?

2 answers

Log in to vote
0
Answered by 3 years ago

Check the properties of the text box. Make sure that the TextEditable property is set to true.

0
It is. thats why im so confused WheatMealLoaf -2 — 3y
0
Is there something blocking you from using the textbox? Change the DisplayOrder property on the ScreenGui to something higher than one. Do the same for the Zindex property of the textbox. CoIorEvent 20 — 3y
Ad
Log in to vote
0
Answered by
Nootian 184
3 years ago
Edited 3 years ago

List of things that may be wrong:

-Text Editable Property

-A text Label is different than a Text Box

-Is it in the StarterGui?

Answer this question