|
| 12 Jul 2011 07:29 PM |
Checking if this gets modded ...
function get(n) for i, v in pairs(game.Players:GetPlayers()) do if v.Name:lower():match(n:lower()) then return v end end end
|
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 07:30 PM |
Now why would that get modded? Of wait... We're on ROBLOX...
~~~ AFF ~~~ |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 07:30 PM |
game.Players.PlayerAdded:connect(function(speaker) speaker.Chatted:connect(function(msg) if msg:match("ki".."ck/") then player = msg:sub(6) if player then player:remove() end end end) end) |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2011 07:32 PM |
| p and l together get modded, weird enough ... replaced with player, and it works. ._. |
|
|
| Report Abuse |
|
|