Recent content by CraftEmpire

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

    armor stand animation

    Hey I want to make some furniture with armor stands that can make some animations when you press them but I don't know how to save the armor stand in a variable I can use because when the server closes it forgets the variable the same when you leave the area so the chunk is unloaded tried to use...
  2. 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...
  3. C

    change upper case letters to undercase letter

    is there a way I can change uppercase letters to under case letters in a variable I need I to change every uppercase letter to under case letters in the variable ??