TextChatService | Keep a command ready similar to /team

Hello Programmers!


I am currently creating a squad system that works basically identical to the /team (or /t) chat command, which allows you to send a message only towards people who are on your same team. Now I want to accomplish the same with a custom squad system. The system on its own is working flawlessly;
However. I really like that feature with the /t command where you only type it once and it remains there until you remove it (look at the image below:)
image
That way, you don’t have to always type the /t (or /team) command over and over again, and I was wondering how I could implement that in my custom command.
(For those wondering. The command is /squad or /s for short)

Thanks in advance!