A bug where the same content is copied in scoreboard

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

PabloGod

Member
Jul 26, 2022
2
0
1
18
Do you know why this happens?
unknown.png



Code:
on join:
    while player is online:
        wait 20 tick
        clear scoreboard of player
        set title of scoreboard of player to "&6&L&K1 &x&d&a&a&5&2&0W&x&e&1&b&b&5&7O&x&e&7&d&0&8&dO&x&e&e&e&6&c&4Z &6&L&K1"
        set line 8 of scoreboard of player to "&f "
        set line 7 of scoreboard of player to "&6&l● &fPlayers: %number of all players%/65 &f"
        set line 6 of scoreboard of player to "&6&l● &fLocal: %world of player%          &f "
        set line 5 of scoreboard of player to "&6&l● &fGoldBars&f: %{Goldbars.%uuid of player%}%&f"
        set line 4 of scoreboard of player to "&6&l● &fCredits&f: %{Credit.%uuid of player%}%&f"
        set line 3 of scoreboard of player to "&6&l● &fKills: %{Kill.%uuid of player%}%&f"
        set line 2 of scoreboard of player to "&6&l● &fDeath: %{Death.%uuid of player%}%&f"
        set line 1 of scoreboard of player to "&f"
 
Please send your /skript info, to see what addon you are using for the scoreboard.
 
Status
Not open for further replies.