Many different errors involving loop-player

  • 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.

SquidR

New Member
Jan 28, 2021
6
0
1
19
Im trying to make a side bar to show the players money, and i made this test sidebar but it gives 3 errors.

Code:
every 1 seconds:
    loop all players:
        #Cant understand condition/effect wipe loop-player sidebar
        wipe loop-player sidebar
        #loop-player is neither an item stack, and item type nor an entity type
        set name of sidebar of loop-player to "test"
        #loop-player is not bound
        set score "testtext" in sidebar of loop-player to 1 #loop-player is not bound[CODE\]
 
Status
Not open for further replies.