Introduction
API -
Last updated
API -
Last updated
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.
If you are looking to quickly add community created scripts, visit the Importing Scripts page.
If you are looking for an API that allows another application to interact with your SA, you will have to write your own communications.
Web-sockets and http-get/post are a good way to pass information back and forth between an external application and SA
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.
Want to start making a script from scratch? Find more information and tricks with the link below.