Introduction

API -

Overview

SA LUA scripting allows you to run commands through an internal API and make changes to SA while it's connected. The LUA scripting is run in a sandbox mode with restrictions on what can be done on your computer. This makes it safe to import other scripts because the only thing that can be impacted negatively is your Stream Avatars data and the application's performance.

circle-info

If you are looking to quickly add community created scripts, visit the Importing Scripts page.

Importing Scriptschevron-right

Access API Externally

If you are looking for an API that allows another application to interact with your SA, you will have to write your own communications.

circle-check
Websocketschevron-rightwebrequest get/postchevron-right
circle-info

Alternatively you can write commands into the streaming-platform's chat box and have SA run instructions based off chat messages read through a LUA script.

Start Scripting

Want to start making a script from scratch? Find more information and tricks with the link below.

Quick Startchevron-right

Last updated