@rbxts/chat-service
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

@rbxts/chat-service

To use this, simply install @rbxts/chat-service with your favorite package manager. To get started:

import { GetLuaChatService } from '@rbxts/chat-service';

const LuaChatService = GetLuaChatService();

For more advanced users, you can also import the type and manually retrieve the Chat Service:

import type { ChatService } from '@rbxts/chat-service';

const LuaChatService = require(game.GetService('ServerScriptService').WaitForChild('ChatServiceRunner').WaitForChild('ChatService') as ModuleScript) as ChatService;

This project is licensed under The Unlicense.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @rbxts/chat-service

    Weekly Downloads

    1

    Version

    1.3.0

    License

    Unlicense

    Unpacked Size

    34.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • xethlyx