I'm trying to replace all the glass in a certain radius around a loop-player to air so they get released from the cage, then undo it so the glass is back for when they respawn in the cage. I've only been able to get it to replace the blocks one by one...
IMAGE:
This is what I have....
IMAGE:
This is what I have....
code_language.skript:
loop blocks in radius 10 around loop-player:
if loop-block is glass:
set loop-blocks to air
wait 2 seconds
set loop-blocks to glass