Getting started
Ensure you have the licence for this product, by creating a support ticketYou must enable HTTP Requests and API Services within the Game Settings tab in Roblox Studio. This is located under the Security section. Please ensure this is enabled before opening a ticket with our support team.
Add the LuaSIMS bot to your discord server
If you have not already added the discord bot, you can do so here. Please note, that you must be an Administrator of the guild (server) you wish to setup the LuaSIMS bot in
Place the file in workspace
After downloading the product file from the licensing message, drag and drop into Workspace under your game
Ensure HTTP requests/API services are enabled
Check to make sure your security settings are correct. You can do this by heading to Home in Roblox Studio, then Game Settings
ROBLOX Configuration
Under the LuaSIMS folder provided, there will be a Settings script. Please open it to continue.Configure Group
Configure Group
An example for configuring your group is below
| Options | Description |
|---|---|
| APIKey | Your unique licence key to the product. This can be found within your direct messages from LuaSIMS Cloud Bot |
| SchoolName | Your specific school name |
| Domain | The unique address for staff to login, this is a cosmetic feature, meaning it can be anything. |
| LogoID | A designated decal Image ID for your school, appears on all LuaSIMS assets/features |
Nametags
Nametags
Gamepasses and Lanyards
Gamepasses and Lanyards
To disable the gamepass feature, just set the
GamepassID to 0 . Otherwise, replace 0 with your gamepass ID if you wish to use this feature.- Non Uniform Pass
- Timeout Pass
- Toilet Pass
- Lanyards
- To**disable ** the above, just change
truetofalse
Isolation
Isolation
- To make students be sent to a designated isolation team input the following
game:GetService("Teams")["Isolation"] - Toenable or disable exclusion on leave, change
truetofalse. This selects if a student should be excluded from the game if they leave while in isolation
Session Data
Session Data
An example for configuring your session data is below
We recommend you use the specific text formats provided below when setting up this section, however this is optional if this does not suit your needs.
| Options | Description |
|---|---|
| Positive | The reasons behind and the number of points that a student can receive for positive behaviour. |
| Negative | The reasons behind and the number of points that a student can receive for negative behaviour. |
| Locations | The specific locations that are used when logging behaviour are displayed on the dashboard for logging purposes. |
| LessonPeriods | The different periods/lessons for the regular day appear on the behaviour dashboard for logging purposes. |
| ExclusionTypes | The reasons that senior leadership members can use in order to exclude students. |
AMOUNTOFPOINTS - Reason- for positive and negative behaviour logging-
Title:Number- for lesson period loggingConfiguration
Discord Configuration
Once you have completed the ROBLOX Configuration, you can move on to configuring your Discord and Roblox permissions and other additional settings using the LuaSIMS Discord Bot. Please ensure you are linked with jaDevelopmentID via the bot before proceeding with anything.[03/2026] Important: There is a reported front-end issue with permissions saying ‘failed to save to database’ - all commands are working, so please ignore this warning and continue as normal.
- Discord Role Permissions
- Roblox Role Permissions
- Additional Configuration
Discord permissions allow users to manage behaviour points and exclusions via the system, as well as key components that make it work. To do this, run the slash commandUpon using the command, you will be prompted with two required fields: a Discord role and a pre-set permission level. You will need to provide the role you wish to allow permissions for (such as “School Staff Team”) and then the level of access you would like that specific role to have, which is explained in the table.Once all permissions have been set up for a role, they will appear with the
/pemissions add discordand then follow the other prompts, in the example provided below./permissions list slash command, which you must ensure you set permissions for selected Discord roles; otherwise, they will be unable to access staff Discord features - students do not require this.| Options | Description |
|---|---|
| Staff | This gives access to use the behaviour slash commands, such as adding or removing behaviour points |
| Senior Leadership Staff | This gives access to manage exclusions and behaviour slash commands, such as adding/removing behaviour points |
| LuaSIMS Administrator | This gives full access to the LuaSIMS system features and settings; only issue this to trusted individuals |