|
| 24 Jul 2015 10:33 AM |
How could I make it so if a player said print;bleasdg then it would print the message after print;? Like so how could I subtract the print from the message?
"As a wise man once told me, get out." |
|
|
| Report Abuse |
|
|
| 24 Jul 2015 10:36 AM |
function TakeOff(input) return input:sub({input:find(";")}[1]) end |
|
|
| Report Abuse |
|
|
| 24 Jul 2015 10:42 AM |
or input:match("print;(.+)") |
|
|
| Report Abuse |
|