foxt / chat-service

Chat service typings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

Chat service typings

License:The Unlicense


Languages

Language:TypeScript 100.0%