CraftStudio.Physics.SetGravity[]
CraftStudio.Physics.SetGravity( [Vector3] gravity )
Sets the global gravity for all dynamic physics bodies.
The default gravity is Y=-10.
Example: Setting the gravity[]
-- Let's make everything heavier!
CraftStudio.Physics.SetGravity( Vector3:New( 0, -50, 0 ) )