Recent content by HKG

  • 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. H

    Help with giving explosed blocks to players inv

    on block break: chance of 100%: if player's tool is a pickaxe: loop blocks from the block 1 in front of the player to the block 20 in front of the player: set {_i} to loop-block give {_i} to player create explosion of force 2 at loop-block give drops of loop-block using...
  2. H

    Help with giving explosed blocks to players inv

    Okay I see now, I used the code above but still the blocks are not getting into inventory. Have you tried this to confirm it actually works?
  3. H

    Help with giving explosed blocks to players inv

    I get this error: https://gyazo.com/eb7cf6cc22ef1b4e28b41bc006280eb9 When I use this code: https://gyazo.com/f8d7f0bcb6b633ddcb2c02e286e25021 Did not work
  4. H

    Help with giving explosed blocks to players inv

    I'm really new to this, would you be kind enough to help me please?
  5. H

    Help with giving explosed blocks to players inv

    It's still not working, same as Before. when I have the explosion, it doesnt work, without the explosion it works. anyone hel pplease?
  6. H

    Help with giving explosed blocks to players inv

    Still not working: https://gyazo.com/cfb711cf8ba5e60e0d28c8ab923ad69c on block break: chance of 100%: if player's tool is a pickaxe: loop blocks from the block 1 in front of the player to the block 20 in front of the player: create explosion of force 2 at loop-block give...
  7. H

    Help with giving explosed blocks to players inv

    I'm trying to make so exploded blocks go back to the players inventory but isn't working (its being dropped on ground), here's my code: on block break: chance of 100%: if player's tool is a pickaxe: loop blocks from the block 1 in front of the player to the block 20 in front of the player...