move

  • 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. F

    Moving hand without left or right clicking

    Hey everyone! This might sound a bit ridiculous but is there a way to move player's hand without them using mouse buttons? I only want the animation to be shown. Thanks in advance!
  2. X

    When ending pathfinding

    Hello, is there an option to detect when a specific entity (i.e. pig) has ended it's pathfinding? I saw "make X pathfind to Y", "on entity starts pathfinding" but unfortunately no event that fires when a specific entity has reached it's path final destination. Any ideas? :/
  3. C

    Move Armor Stand

    Hi I have a problem with when I move my armor stand it will only move 1 block at a time when it's inside another block but when it gets outside the block it moves smoothly video: https://imgur.com/4tXhRnf my code: set {_temp} to {crates.location2} remove 1.5 from y-coordinate of {_temp} spawn a...
  4. N

    Solved Why does it crash my server after someone moves when he was afk?

    Well for some reason my code just makes the server crash when someone comes back from being afk. I have no idea why. Here is my code: command /setlimbo: permission: admin trigger: set {limbo} to location of player send "&eYou set the Limbo spawn to your current...
  5. Wolwer

    NPC's teleporting

    Hi guys! I have an idea to create killaura npc, like in this video: (sorry for background music and bad cutting xd) (its a part of another guy's video. Link to original in desc) I think it can be created like this way: set {_start} to 500 blocks ahead of player set {_1} to 2 blocks at right...
  6. bleu40

    [MiniGame] Condition "on any move" doesn't work with multiple players

    Hello, I'm creating a mini game who the concept it's survive in a house. But in my skript, if there is more than 1 player, the skript don't want to work. Pls anyone can help me ? The part who it don't work is on PasteBin : https://pastebin.com/zu0NEDWN
  7. X

    Solid collision help

    on drop: cancel event spawn pig at player apply slowness 10 to last spawned entity for 1 hours Through the above code I created a pig that could not be moved However, when the player pushes the pig, the pig will move, I would like to ask if there is any way to make pigs can not be...