AC ScoreboardNEW
Common issues

Common issues

Didn’t find your answer here? Visit the Discord server for support.

Scoreboard is not visible after opening it

You’ve downloaded the scoreboard source code instead of the prebuilt release.
This resource uses Svelte for the frontend, which requires a build step.
In case you don’t know how to do this, just download the latest prebuilt version from the releases page.

Status indicator icon is not showing

The icon must be a valid Iconify icon. You can find the list on Icônes.js.
Simply find your desired icon and copy it’s name as shown in the example below. Icon on Icones.js

Status indicator is not changing while using setIndicatorState export

For more information, see the status indicators guide.

  • Make sure you’re using the correct indicator ID.
  • This export can be only used to control indicators that don’t have the groupTrigger field set in the config.lua file. If you want to temporarily override state of indicator with groupTrigger, use the forceIndicatorState export instead.