Plugin Introduction

Introduction

Plugins are quite easy to create! All you need to do is create a module script and add the template code below.

API = nil -- API will be defined when the plugin is loaded
return function()
    -- Your code goes here!
end

Once the module is created and set up, inside the "Better Chat" folder, go to "Plugins" and you can place it in the folder it's designed for. Plugins use an internal API that allows you to make modifications to the chat system, more functionality will come soon.

API Documentation:

Official Plugins

Last updated