📘
BetterChat V3
  • Introduction
  • Server
    • Getting started
    • Speaker
    • Channel
    • Player attributes
  • Client
    • Commands
    • API
    • Autofills
Powered by GitBook
On this page
  1. Server

Getting started

PreviousIntroductionNextSpeaker

Last updated 3 years ago

To access the API, create a module that returns a function in the 'Addons.Server' folder.

return function(api)
end

Now it'll run the function automatically and you can use the server API!