Script Hub Functions

First you need to create a Windows Forms app in your Forms Project.

Opening the ScriptHub

RenderAPI.OpenForm('YourAwesomeSecondFormName')

Adding & using a script

Create a button, then add this code

RenderAPI.shfunctions()

'Super awesome raw pastebin/github link'

RenderAPI.FinishSH();

Last updated