Hello! I need help showing the breaking animation on a block.
Error:
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: