I am thinking about making a simple admin script so, I am wondering is this how you do a command? Is this possible?
children = game.Players:GetChildren()
if PlayerSays"Hello" then for i = 1, #children do children[i]:remove() end end
http://wiki.roblox.com/index.php?title=Chat_commands