|
| 22 Feb 2014 02:14 PM |
| For my admin commands I'm using a :s command that runs a script. When a player types a message, it is lowered (msg:lower()). When I use loadstring to run a script, will it be affected by the lowercase? |
|
|
| Report Abuse |
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 22 Feb 2014 02:21 PM |
| If you're using loadstring on the "lowered text" (rather than what they actually say), then yes, that will cause issues since a lot of things are case sensitive. |
|
|
| Report Abuse |
|