Scale (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.14
Syntax
[the] scale[s] of %objects%Description
Represents the physical size/scale of something. For example, the scale of a display entity would be a vector containing multipliers on its size in the x, y, and z axis. For a particle effect like the sweeping edge particle, scale is a number determining how large the particle should be.
Examples
set the scale of {_display} to vector(0,2,0)
set the scale of {_particle} to 1.5