Adonis Admin Chat Tag Plugin issues

What I am wanting to try and do is to set up proper chat tag messages for example

[Admin] User: hello!

The problem is that despite having somewhat thinking I have been ‘successful,’ which fortunately enough the client script seems to give the impression that it actually has sent, I did not realize that OnIncomingMessage actually will not work, and that it only shows up on the user’s screen, rather to everyone else in game, which is what I want.

I have looked around and looked at TextChatService posts relevant to chat tag, and that my case seems to be a bit different cause I do believe I was unable to fully resolve my issue and has left me perplexed and going in circles.

What I also wish to beg questioning is if I may need to somehow implement a server script? But that also begs the question cause I am unsure if my ‘module’ script under Adonis admin counts toward that, given though the command module is ‘Server-Chattag’


If anything needs clarified please do not hesitate to respond, I wish to keep this open to questions based on this post alone, and if there is any insight that can be given.


Scripts shared below:

[REDACTED]


Also to provide, I have shared screenshots below that show how it appears in the current case I have.


also to keep this simple and easy, it would appear that it is working, again, but I need to figure out some way to fix the client script in order to allow other users to see that users chat tag when enabled, being the only issue that I am aware of…

I really cannot figure out a better way to go about this and I don’t think I can, anywho.

UPDATE: the issue was localPlayer…another overlook that lead to a catastrophic of multiple duplicates of scripts for further testing…i’ve since did rescripting and fit the proper logic to make this viewable to other players!
All that was needed was ‘Players’ versus localPlayer.