🏓Deploy Script
Join our Discord, we plan to release more free, open-sourced products. Furthermore, you can gain support there!
Get our deploy model here, and follow setup steps below.
Move the
Deploy
script toServerScriptService
.Create a
Folder
namedBoards
inWorkspace
.
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:
local HttpService = game:GetService('HttpService'); print(HttpService.HttpEnabled)a
Make sure you've got output open to see the response, if true
is printed, HttpService
is enabled, if false
, then HttpService
is disabled.
Last updated