I’m trying to have a custom scoreboard using a score manager, my score manager is updating like it should but my score on my score board (and on the scoreboard under the mini map as well) is stuck to 0. Any recommendations ?
So the score_manager_device
is used to store score for a specific action, either for a specific team or player. It will not affect the scoreboard until you Activate
it, either via Verse
or another device’s action.
I’ve seen a lot of people using them as an in-game display, and I was struggling to understand why my scoreboard wasn’t working properly until I started thinking of the score_manager_device
as a sort of piggybank for score. If you’re familiar with the accolades_device
, it works exactly the same, but for XP.
Hope that helps!
Thanks brother it helped a lot !
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.