Deploy Script
Last updated
Last updated
Join our , we plan to release more free, open-sourced products. Furthermore, you can gain support there!
Get our deploy model , and follow setup steps below.
Move the Deploy
script to ServerScriptService
.
Create a Folder
named Boards
in Workspace
.
The Boards
folder expects Parts
to be contained in it, these are your actual boards - the script automatically adds interface to them on a server start up.
Some of our features rely on HttpService
to run. You can check if it is enabled by checking your game settings or by running the following in the command line:
Make sure you've got output open to see the response, if true
is printed, HttpService
is enabled, if false
, then HttpService
is disabled.