Block Break Stage

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

SubSplash

Member
Oct 11, 2023
22
1
3
Hello! I need help showing the breaking animation on a block.

Code:
on right click:
  if event-block is bedrock:
    set {_break} to 0.1
    set {_block} to block at location of event-block
    loop 10 times:
      make all players see damage of {_block} as {_break}
      add 0.1 to {_break}
      wait 10 ticks
    break event-block naturally

Error: