|
| 30 Dec 2014 03:05 PM |
I'll explain. --So, I'm trying to make it so people can make their own name in my game. --I added a textbox, and added letters in in. local namemenu=Instance.new('TextBox',frame) namemenu.Text = "Please do not use your real life name. Rules apply!" --I need help figuring out how I can check how long the character-typed string is. --I already tried : print(string.len(namemenu.Text)) --It prints out the length of the saying, not the person's name.
--this is not a request, i just need help
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 30 Dec 2014 03:26 PM |
| It prints the length of the text already in the box because they didn't type anything yet |
|
|
| Report Abuse |
|
|
|
| 30 Dec 2014 03:28 PM |
| so, is there a way i can fix that? |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 31 Dec 2014 08:40 PM |
| Wait until they type something |
|
|
| Report Abuse |
|
|