{"id":18646214,"url":"https://github.com/ayvacs/chat-message-service","last_synced_at":"2025-11-05T04:30:39.702Z","repository":{"id":231791683,"uuid":"782747457","full_name":"ayvacs/chat-message-service","owner":"ayvacs","description":"Interface for sending messages to clients via Roblox's default chat","archived":false,"fork":false,"pushed_at":"2024-06-22T03:57:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T11:46:06.136Z","etag":null,"topics":["chat","lua","luau","roblox"],"latest_commit_sha":null,"homepage":"","language":"Luau","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayvacs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-05T23:55:22.000Z","updated_at":"2024-06-22T03:57:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"57bcbfa9-41ff-4737-95b9-db526defa1c8","html_url":"https://github.com/ayvacs/chat-message-service","commit_stats":null,"previous_names":["ayvacs/chat-message-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayvacs%2Fchat-message-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayvacs%2Fchat-message-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayvacs%2Fchat-message-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayvacs%2Fchat-message-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayvacs","download_url":"https://codeload.github.com/ayvacs/chat-message-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449594,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","lua","luau","roblox"],"created_at":"2024-11-07T06:18:44.930Z","updated_at":"2025-11-05T04:30:39.661Z","avatar_url":"https://github.com/ayvacs.png","language":"Luau","readme":"# ChatMessageService\n\nAn easy interface for sending system messages in Roblox chat on the server and client, optionally using RichText.\n\nTo install, follow the instructions at the top of each script in src/.\n\n## API\n\n### Server\n\n#### :SpecifiedClient\n\n```lua\nChatMessageService.Server:SpecifiedClient( client: Player, text: string ): nil\n```\n\nSend the specified message (`text`) to the specified client only. `text` may be any plain text message or properly-formated RichText string.\n\n#### :SpecifiedClients\n\n```lua\nChatMessageService.Server:SpecifiedClients( clients: table, text: string ): nil\n```\n\nSend the specified message (`text`) to all specified clients (`Player` instances of array `clients`) current client only. `text` may be any plain text message or properly-formated RichText string.\n\n#### :AllClients\n\n```lua\nChatMessageService.Server:AllClients( text: string ): nil\n```\n\nSend the specified message (`text`) to all available clients. `text` may be any plain text message or properly-formated RichText string.\n\n### Client\n\n#### :CurrentClient\n\n```lua\nChatMessageService.Client:CurrentClient( text: string ): nil\n```\n\nSend the specified message (`text`) to the current client only. `text` may be any plain text message or properly-formated RichText string.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayvacs%2Fchat-message-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayvacs%2Fchat-message-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayvacs%2Fchat-message-service/lists"}