Skip to content

gravityMultiplier

Description

gravityMultiplier is a Property on WorldSettings
An amount to multiply gravity by. For example, setting this to 2 will double how strong gravity is, and setting it to 0.5 will make gravity half as strong. Setting this to 1 will use the default World to Build gravity.

Example
WorldSettings.gravityMultiplier = 1.0
local testVariable = WorldSettings.gravityMultiplier
Usage

returns: float