To set up the LED Bracelet, unpackage the folders by ungrouping or dragging them into the correct locations (e.g., [unpack in ServerScriptService] would go to ServerScriptService).
NOTE: The second model in the package is optional if you have the GIVE_BRACELET_ON_JOIN setting on false.
StacyPilot should already be set up automatically, if you do not use stacypilot do not worry, we have made it so it ignores the stacypilot property if you do not have stacypilot in workspace.
To configure your whitelist, go to the BraceletModule script inside the model in workspace. Configure the whitelist accordingly:
BraceletModule.WHITELIST = { 905059328, -- Replace with your ID 987654321, -- Replace with your ID }
If you do not plan on using the whitelist, configure the WHITELISTENABLED to false
BraceletModule.WHITELISTENABLED = false
This will give everyone in the game access to control the panel.
To change the GIVE_BRACELET_ON_JOIN setting, just change the table from true to false.
BraceletModule.GIVE_BRACELET_ON_JOIN = false