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

    Solved Need help fixing fake-fine skript.

    This is the new code: every 5 seconds in "world_nether": loop all entities in world "world_nether": if loop-entity is vindicator: set {_illagerlord} to loop-entity if {_illagerlord} is alive: loop all players in world "world_nether": set {_dist} to...
  2. C

    Solved Need help fixing fake-fine skript.

    Basically there's gonna be a vindicator named "&4&lIllager Lord" and every 30 seconds I want it to shoot a particle beam at a random or the closest player in the arena (30 block radius just to make sure). Then it damages the selected player by 6 hearts.
  3. C

    Solved Need help fixing fake-fine skript.

    So, I'm trying to make a particle beam ability for a custom boss I'm trying to make. I'm a new skriptor, so I don't really understand what's wrong with this. I got some code from other forum post solutions, but it's still not working. Basically the ability is supposed to shoot a particle beam to...