Search results

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

  1. T

    Solved GUI Cooldown

    so i have a skript with daily rewards, and i want it to update while in the gui, i just have no idea how. i've tried this, but you have to click on it for it to update. on inventory click: if inventory name of player's current inventory is "&4&lREWARDS": if clicked slot is 20...
  2. T

    Solved help with scoreboard

    hey, so im trying to make a scoreboard with script, but its not working. i added skquery-lime and tuske to my server and updated to skript 2.2, then it stopped working. CODE: on first join: set {kills.%player%} to 0 set {deaths.%player%} to 0 command /score: trigger...