Quenty / NevermoreEngine

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
https://quenty.github.io/NevermoreEngine/
MIT License
422 stars 125 forks source link

feat: Add way to send system messages to ChatProviderService #520

Closed unrooot closed 4 days ago

unrooot commented 1 week ago

I needed to send colored system messages for the game I'm working on, but in order to do this you have to hook into TextChatService.OnIncomingMessage, which can only have one implementation on the client per game. I added the method ChatProviderServiceClient:SendSystemMessage(channel, message, color) to solve this.

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @quenty/chatproviderservice@9.19.0-canary.520.49fdd74.0 # or yarn add @quenty/chatproviderservice@9.19.0-canary.520.49fdd74.0 ```
github-actions[bot] commented 4 days ago

:rocket: PR was released in @quenty/chatproviderservice@9.19.0 :rocket: