yo so i wanna make this sort of paintball gun thing, using block displays.
when i run the following code, it spawns the block display on its corner.
is it possible to make its anchor point be in its center somehow?
if player's tool's name is "&6&lPaintball Gun":
make player swing their hand
set {_v} to vector from yaw player's yaw and pitch player's pitch
set standard length of {_v} to 1
spawn block display at player's head ~ {_v}:
set {_display} to entity
set (display item of {_display}) to red concrete
set (display scale of {_display}) to vector(0.5,0.5,0.5)```