|
| 19 Apr 2015 07:52 AM |
function onChatted(message,player) if message:sub(1,6) == ":kick " and tableContains(isAdmin,player.Name) then local victim = findPlayer(message:sub(7)) if victim then victim:Kick() end end end
How did kohls admin shorten names? How did they convert to lower?
God grant me the wisdom to not punch stupid ppl, for I know I will go to prison. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 07:57 AM |
b
God grant me the wisdom to not punch stupid ppl, for I know I will go to prison. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 08:02 AM |
| http://wiki.roblox.com/index.php?title=String_manipulation |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 08:08 AM |
didnt wwork..
God grant me the wisdom to not punch stupid ppl, for I know I will go to prison. |
|
|
| Report Abuse |
|
|
lokkut
|
  |
| Joined: 18 Mar 2009 |
| Total Posts: 1794 |
|
|
| 19 Apr 2015 08:10 AM |
local LName = Name:lower() if LName:sub(#message:sub(8)) == message:sub(8):lower() then --make it work yourself end |
|
|
| Report Abuse |
|
|