Shape Offset (Expression) — skript-particle
Addon: skript-particle · Category: Expression
Syntax
[the] offset [vector] of %shapes%Description
Returns the offset vector of a shape. This is the vector that is added to the location of the shape before drawing. Changing this will move the shape accordingly. Resetting or deleting it will set it back to the default offset of (0, 0, 0).
Examples
set {_shape}'s offset vector to vector(1, 0, 0)
set offset of {_shape} to vector(0, 10, 0)
reset {_shape}'s offset vector