of     1   

prestonschiltz
#59970111Thursday, December 22, 2011 1:49 AM GMT

like you know how if you said kick/all it should kick/all how do i make it do that...
darkkiller5555
#59970882Thursday, December 22, 2011 2:00 AM GMT

.Chatted String manipulation
Merlin11188
#59970904Thursday, December 22, 2011 2:00 AM GMT

Here's how you do it conceptually: When a player is added to the game (http://wiki.roblox.com/index.php/PlayerAdded_%28Event%29), when the player speaks (http://wiki.roblox.com/index.php/Chatted), check *if* the message starts with whatever you want (http://wiki.roblox.com/index.php/Function_Dump/String_Manipulation#string.sub_.28s.2C_i_.5B.2C_j.5D.29), *then* use other scripting to say what you want that command to do.

    of     1