of     1   

PhysicallyUnstable
#140941885Sunday, July 20, 2014 11:29 AM GMT

Can someone tell me how to set one This can be recognized via pressing the button with a print'Maximum Characters Exceeded' or just by preventing the limit being typed past. Thanks.
ShaneSloth
#140942189Sunday, July 20, 2014 11:38 AM GMT

I believe string.len() would help? http://wiki.roblox.com/index.php?title=String.len#string.len Just check if string.len(tyed) > num

    of     1