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

    How do I use functions instead of "else if"

    Would it work on a non minehut server that would get 50+ player?
  2. C

    How do I use functions instead of "else if"

    I am trying to make a system of rewards for killing wither skeletons and it makes the server lag due to the "else if"s, I want to use functions and someone told me to use: function checkChance(chance: number, number: number) :: boolean: return true if {_chance} <= {_number} else false My...