Someone asked me to make it, alot of people like it on Bravo so I thought I'd post it
HTML Code:
//#CLIENTSIDE
function ChatBar.onTextChanged(txt) {
if (this.on == false) return;
if (txt.starts("warpto")) return;
if (txt.starts("/")) return;
if (txt != null) player.chat = txt;
}
function onPlayerChats() {
if (player.chat == "/typeon") this.on = true;
if (player.chat == "/typeoff") this.on = false;
}
Just say /typeon or /typeoff