Skip to content

gravityMultiplier

Description

gravityMultiplier is a Property on Character
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. This value defaults to whatever the World Settings has gravityMultiplier set to when the Character respawns.

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

returns: float