So I'm making a script where blocks will be set to air below the player for a challenge.
I've got this part figured out, but if the player stands on the edge of a block it won't disappear, just the one next to it, and I'm looking for a solution
All of the ones the player touches with their feet I want to be air
I realize now I picked the wrong title sorry bout that
I've got this part figured out, but if the player stands on the edge of a block it won't disappear, just the one next to it, and I'm looking for a solution
Code:
every 0.15 seconds in "SkriptTest":
loop all players:
if loop-player is alive:
set the block below loop-player to air
All of the ones the player touches with their feet I want to be air
I realize now I picked the wrong title sorry bout that
Last edited: