| |
|
| |
|
| |
|
scepile3
|
  |
| Joined: 27 Feb 2009 |
| Total Posts: 260 |
|
|
| 31 Jul 2011 09:27 PM |
Wha?
Also, to find out of a property is capitalized there's the object browser or the roblox wiki. To find out if a string has been capitalized, you could break the string into two parts.
The first would be the first letter. The last would be the rest of the string.
Capitalize the first string in a separate variable, group the two together, and compare that to the original string. |
|
|
| Report Abuse |
|
|
|
| 31 Jul 2011 09:33 PM |
| if string.gmatch(phrase,"%u?") ~= nil then |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Aug 2011 12:04 PM |
| You're thanking me, right? :D |
|
|
| Report Abuse |
|
|