Recent content by Stellar

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. S

    Set Rotation of an entity

    Skript 2.15.4 Minecraft 26.1.2. I'm working with display blocks and I was trying to create a function that could set the rotation around an axis to a certain angle: function SetRotation(e: entity, angle_x: number, angle_y: number, angle_z: number): rotate {_e} around vector(1,0,0) by...