Skip to content

Noise

Description

Noise is a Function on Random
Returns Perlin noise from the given values.

Example
local testVariable = Random.Noise(1.0, 1.0)
Usage

network usage: Any (Client or Server/Host)
returns: float
parameters:
- x (float)
- y (float)