Particle Sphere (Expression) — skript-particle

Addon: skript-particle · Category: Expression · Since: 1.0.0

Syntax

[a] [solid] sphere (with|of) radius %number%

Description

Creates a sphere shape with the given radius. The radius must be greater than 0. Default style is a hollow sphere, but you can use the 'solid' tag to make it solid.

Examples

set {_shape} to sphere with radius 3
set {_shape} to solid sphere with radius 10

View source