Skip to content

synergence/chat-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published