evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
375 stars 109 forks source link

Added support for both LegacyChatService and TextChatService in regards to player targetted binds #322

Closed Krcnos closed 8 months ago

Krcnos commented 9 months ago

This pull request adds support for both LegacyChatService and TextChatService in regards to player targetted binds. By default newly created games utilise TextChatService now and having this on doesn't support the .Chatted player event so the bind functionality therefore needs to be updated to dynamically support both.

Declarations:

autonordev commented 8 months ago

Otherwise these changes look good to me. I'm happy to merge if they pass manual tests (by wil) and CI.

Krcnos commented 8 months ago

Installed stylua and committed changes it made, hopefully that passes

autonordev commented 8 months ago

Thanks for the contribution! @Krcnos