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

Gathering Strings from a TextBox

Asked by
OniiCh_n 410 Moderation Voter
10 years ago

How do I get the string that is entered into a TextBox?

0
local str = TextBox.Text print(str) Azarth 3141 — 10y

2 answers

Log in to vote
2
Answered by 10 years ago

The Text property of the TextBox. When someone types in some text, it updates the Text property.

1
And with this you can use the Changed event :P TheMyrco 375 — 10y
Ad
Log in to vote
2
Answered by
User#2 0
10 years ago

Use the Text property of the TextBox.

0
Mmk OniiCh_n 410 — 10y

Answer this question