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

    Set player's reach to 4 if they wait 2x the attack cooldown

    on left click: execute console command "/reach player %player% 3" clear {timer} set {timer} to 0 set {atkspd} to player's attack speed final attribute set {chargetimer} to 2*(20/{atkspd}) loop {chargetimer} times: add 1 to {timer} send "%{timer}%"...