Skip to content

IsRenderer

Description

IsRenderer is a Function
Returns true if the given value is a (Block) Renderer OR a (Voxel) Renderer Component that isn't nil

Example
local testVariable = IsRenderer(nil)
Usage

network usage: Any (Client or Server/Host)
returns: bool
parameters:
- data (Wildcard)