Skip to content

Getting Started

The setup is quite simple, you just need to require TeamChat and call the .Init() function.

Server

-- Imports
local TeamChat = require(path.to.module)

-- Runtime
local TeamChatServer = TeamChat.Init()

Client

-- Imports
local TeamChat = require(path.to.module)

-- Runtime
local TeamChatClient = TeamChat.Init()