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

    Armor stand move

    How do I make a armor stand move? Car be like. on click on armor stand: if clicked entity's passenger isn't set: make player ride clicked entity Thank you in advance for your answer!
  2. Ventura11

    Solved loop

    command /add: trigger: loop {game::*}: add "text1" to {game::*} add "text2" to {game::*} add "text3" to {game::*} command /list: trigger: loop {game::*}: send "%loop-value 1%" send "%loop-value 2%"...
  3. Ventura11

    Solved Set world spawn

    Every 1 second: set the world spawn point to the player location What's the mistake? Can you help me?
  4. Ventura11

    Solved Help

    command /speed [<text>]: trigger: set the arg-1's walk speed to 0.2 Does not work. Can you help me?
  5. Ventura11

    Map save and load (Skript)

    I want to save the map and then want to recharge. How do I do this? command /pos1: trigger: set {pos1} to the player's location command /pos2: trigger: set {pos1} to the player's location command /save: trigger: ? command...