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

    On right click

    I wanted to understand how I do when I click on a player, generate a cube around both of them temporarily Could someone help me please
  2. S

    On right click

    I wanted to understand how I do when I click on a player, generate a cube around both of them temporarily Could someone help me please
  3. S

    On shooti

    Could someone help me I'm new to the world of skript I wanted to try to do when the player shoots an arrow, the damage will be based on how long the arrow was in the air
  4. S

    on right click

    sorry i put the wrong title on shoot: I wanted that when the player fires an arrow, if it stays in the air for a long time, it will deal more damage.
  5. S

    Kill Player

    In short, when the player has 1 heart, he will die instantly
  6. S

    Kill Player

    How can I do it, so when the player has a certain amount of life he dies Can someone please help me?
  7. S

    on any movement,I'm trying to make the player who has a variable can't move, and who doesn't have th

    in any move, I'm trying to make the player who has a variable can't move, and whoever has can, move on any movement: if {imovelON::%player%} is true: if distance between {imovelOFF::%player%} and player's location is bigger than 0.01: cancel event set...
  8. S

    on right click on player

    on right click on player: set {_hitlocation} to location of victim wait 1 tick teleport victim to {_hitlocation} push victim up with force 0 push victim in direction of attacker with force 0 if victim is player: if attacker is player: make victim...