.-@@@%:-%@: #@+=@@* .*: :%@@@%:=@@@@*. -@@@#: -@@@@#. .#@@#. :*@@@- *@@@@= %@= *@@@@=.*@@@@@+ :@@@=- =@@- %@@-+@@%+@@% @@@==..@@:-@@+ .@@=@@@ @@::@@# =@@=-@@+@@#--. +@@+=-.%@@: :@@+=-.*@@@@%-. -%+*@@@=@@%:@@=:.@@@@@%:+@@##: %@@@@@=. #@@:@@@+*@@@@@+.+@@@@%@@=@@#-%+.@@@#+.+@@+:.@@@#+. .@@%. +@@@@*:-%@#.@@@@-:%@@*. =@@@@@-+@*.#@@= +@@@@@#==@#.*@@+.*- .*@* :*@@@*.%@@@@*-@@@%:#@@@@#. .:@@-
SLVER | LED Bracelet
d o c u m e n t a t i o n

SET UP

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.

Explorer Image

STACYPILOT SETUP

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.

How do I configure the whitelist?

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.

How do I make it so it does not give everyone the bracelet?

To change the GIVE_BRACELET_ON_JOIN setting, just change the table from true to false.

        BraceletModule.GIVE_BRACELET_ON_JOIN = false
    
Back to Home Back to Projects