1. How to make a font color to black? see the picture
(http://img24.imageshack.us/img24/6475/ny11.png)
2. Is there a script that makes the first letter of the name input to capital and others to small letters
3. I wanted to make the name input to limit the letters to 26 letters only
I can give the script later if you require it.
Quote from: LeviAlvi on August 24, 2013, 04:17:48 am
1. How to make a font color to black? see the picture
[spoiler](http://img24.imageshack.us/img24/6475/ny11.png)
2. Is there a script that makes the first letter of the name input to capital and others to small letters
3. I wanted to make the name input to limit the letters to 26 letters only
I can give the script later if you require it.
1. Color.new(255,255,255) will change text color to black.
2.line 26 of window nameedit change
to
3 line23 of window nameedit change
to
theres probably better ways of making the last one work lol it should all work if you need additional help just ask.
Will try tomorrow. thanks :)