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

    Leaderboard

    Hi, I want to make a leaderboard. The one who has the most {points ::% player%} is on top and the others are sorted in descending order below I've tried something but nothing worked. Please help :)
  2. LukynkaCZE

    Solved Choosing a random Player and executing command as him

    Hi, I need to do a command that would pick a random player from world and then execute command as him. my code: command /swk:shrink:test <world>: trigger: loop all players: if loop-player's world is "%arg 1%": add loop-player to {_random::%arg 1%}...