Show commands in Chat

Hello, I am needing some help on how I can achieve this which is essentially as you are typing / it will show all of the commands in that game. And as you type out the command such as /he it will find the command which is so far matching /he, so it will show /help, /hello etc…

The video below will give a better explanation of what I am trying to achieve in this.
https://gyazo.com/fdb4680fc64d1bfd7dcd9a4bfeffd5b2.mp4

1 Like

Are you trying to achieve this with the base TextChatService or by creating your own chat entirely?

I am trying to do it with TextChatService first and then I will try my own chat afterwards.

Ok. With TextChatService, with how unbelievably awfully its been implemented, I want to say it will take a LOT of trial an error.

Mainly because you need to scan user input as they are typing and populate a seperate GUI with the possible options of commands. The population of commands isnt hard, its trying to figure out what the user is typing thats unnecessarily hard

Do you have any references of Forums where people have already tried doing this? I haven’t seen any but that could just be my luck.

Nope. my own post is asking people RN how to properly modify with the text-chat-service. Seems like a roblox dev decided to butcher a LOT of chat code and leave the documentation and methods untouched and unfinished