v2.0 — Major Update
A massive upgrade — v1's tags-and-anti-spam system is now a full chat platform.
Free for all existing buyers — just re-download and re-run the installer.
What's new (8 features)
- Compliant whispers —
/whisperand/reply. Uses TextChannel +SetDirectChatRequesterper Roblox's January 2025 chat compliance APIs. Most marketplace chat systems still don't.- Multi-channel system —
/localproximity chat + customizable/trade,/lfg,/vip,/staffchannels with permission gates- Custom slash command framework — 5 built-ins (
/help,/roll,/coin,/players,/time) plus add your own via config — no need to touch ChatServer.lua- Persistent mutes —
/muteand/unmutenow survive rejoin via DataStore. Spammers can't escape by leaving and rejoining anymore.- Mentions —
@PlayerNamehighlights in chat with optional ping sound for the mentioned player- Custom word filter — server-side block list with three actions per word (block / replace / silent)
- _G hooks for buyer integration —
OnMessage,BeforeSend,OnMute,OnWhisper, plus a server-callable_G.CoreShunChat_Announcebroadcast helper- Bug fixes — v1's gamepass debug spam in production silenced, dead client-side anti-spam callback removed, mute escape via rejoin closed off
Why compliance matters
As of January 30, 2025, Roblox requires custom direct-chat systems to useSetDirectChatRequesterandCanUsersDirectChatAsync. Non-compliant whisper systems risk having chat disabled across the experience. v2.0 ships fully compliant.
Installation (existing buyers)
- Download the updated
.rbxmx- Drag into Workspace
- Run
require(workspace.CoreShunChatSystem.Installer)in the Command Bar — auto-replaces v1 scripts- Your existing config carries over. New sections (Channels, Whispers, Mentions, WordFilter, Moderation, Hooks) sit alongside the old ones.
Updated documentation
Manual.pdf grew from 9 sections to 17. Cheatsheet.pdf rewritten with all v2.0 commands. Both included in the resource package.
Support
Discord: discord.com/invite/hdB5tadkk8
This update adds full buyer documentation to the resource package — no code changes, your existing scripts are unaffected.
What's new:
• Manual PDF — full multi-section reference covering install, configuration, features, troubleshooting, and known limitations
• Cheatsheet PNG — single-page visual quick reference, perfect for skim-reading
• Cheatsheet PDF — printable version of the cheatsheet for offline reference
Both documents follow the same visual style as the listing carousel images, color-coded to this product's theme. Download the latest version of the .zip to get them — they sit alongside the existing README.
If you've already integrated the previous version, you don't need to re-install anything. The docs are purely supplemental.
Added Tags for Gamepass buyers.
Config.GamepassTags -You can now set Gamepass ID and assign tags to players who bought your Gamepass
