1.3.0 • Published 2 years ago

@rbxts/chat-service v1.3.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

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

1.3.0

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago