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

    Force player to flight without double jump

    Get fly hacks on it's so simple.
  2. M

    Force player to flight without double jump

    every minute: loop all players: set fly mode of loop-player to true or something like 'set loop-player's fly mode to true' idk lol
  3. M

    Force player to flight without double jump

    on join: set player's fly mode to true :emoji_upside_down:
  4. M

    How do I fix this lambda statement error?

    359 lines for a "punishment gui" skript (including comments). holy
  5. M

    Moving/Walking Condition

    I've never tried TuSKe but what if you just do like else: if loop-player is not moving: set {_hunger} to loop-player's food level set loop-player's food level to {_hunger} + 2 idk lol
  6. M

    Solved Vanish

    command /vanish: aliases: /v permission: staff.vanish permission message: &cNo permission. trigger: if {vanish.%player%} is true: loop all players: loop-value doesn't have permission "admin.permission" add loop-value to...