FunkySk stop noteblock song

  • 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 community!

    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.

Noy

Member
Feb 18, 2018
3
0
0
how to stop loop-player's song?

Code:
        set {_song} to song from file "plugins/FunkySk/170.nbs"
            loop all players:
                if loop-player has permission "student":
                    stop noteblock song for loop-player
                    wait 32 ticks
                    play noteblock song {_song} to loop-player
 
Status
Not open for further replies.