GroundController
Memory category | Instances |
---|
Member index 11
Removed member index 5
History | Member | |
---|---|---|
581 | AlignSpeed: float | |
581 | AlignTorque: float | |
581 | BalanceRigidityEnabled: bool | |
581 | TurningFactor: float |
Description
History 67
- 597 Change Tags of GroundController from [NotBrowsable] to []
- 581 Remove TurningFactor
- 581 Remove BalanceRigidityEnabled
- 581 Remove AlignTorque
- 581 Remove AlignSpeed
- 574 Change ThreadSafety of TurningFactor from LocalSafe to ReadSafe
- 574 Change ThreadSafety of TurnSpeedFactor from LocalSafe to ReadSafe
- 574 Change ThreadSafety of StandSpeed from LocalSafe to ReadSafe
- 574 Change ThreadSafety of StandForce from LocalSafe to ReadSafe
- 574 Change ThreadSafety of GroundOffset from LocalSafe to ReadSafe
- 574 Change ThreadSafety of FrictionWeight from LocalSafe to ReadSafe
- 574 Change ThreadSafety of Friction from LocalSafe to ReadSafe
- 574 Change ThreadSafety of DecelerationTime from LocalSafe to ReadSafe
- 574 Change ThreadSafety of BalanceSpeed from LocalSafe to ReadSafe
- 574 Change ThreadSafety of BalanceRigidityEnabled from LocalSafe to ReadSafe
- 574 Change ThreadSafety of BalanceMaxTorque from LocalSafe to ReadSafe
- 574 Change ThreadSafety of AlignTorque from LocalSafe to ReadSafe
- 574 Change ThreadSafety of AlignSpeed from LocalSafe to ReadSafe
- 574 Change ThreadSafety of AccelerationTime from LocalSafe to ReadSafe
- 574 Change ThreadSafety of AccelerationLean from LocalSafe to ReadSafe
- 573 Add TurnSpeedFactor
- 572 Change ThreadSafety of TurningFactor from ReadSafe to LocalSafe
- 572 Change ThreadSafety of StandSpeed from ReadSafe to LocalSafe
- 572 Change ThreadSafety of StandForce from ReadSafe to LocalSafe
- 572 Change ThreadSafety of GroundOffset from ReadSafe to LocalSafe
- 572 Change ThreadSafety of FrictionWeight from ReadSafe to LocalSafe
- 572 Change ThreadSafety of Friction from ReadSafe to LocalSafe
- 572 Change ThreadSafety of DecelerationTime from ReadSafe to LocalSafe
- 572 Change ThreadSafety of BalanceSpeed from ReadSafe to LocalSafe
- 572 Change ThreadSafety of BalanceRigidityEnabled from ReadSafe to LocalSafe
- 572 Change ThreadSafety of BalanceMaxTorque from ReadSafe to LocalSafe
- 572 Change ThreadSafety of AlignTorque from ReadSafe to LocalSafe
- 572 Change ThreadSafety of AlignSpeed from ReadSafe to LocalSafe
- 572 Change ThreadSafety of AccelerationTime from ReadSafe to LocalSafe
- 572 Change ThreadSafety of AccelerationLean from ReadSafe to LocalSafe
- 571 Add BalanceSpeed
- 571 Add BalanceRigidityEnabled
- 571 Add BalanceMaxTorque
- 553 Change Default of TurningFactor from to 1
- 553 Change Default of StandSpeed from to 100
- 553 Change Default of StandForce from to 10000
- 553 Change Default of GroundOffset from to 1
- 553 Change Default of FrictionWeight from to 1
- 553 Change Default of Friction from to 2
- 553 Change Default of DecelerationTime from to 0
- 553 Change Default of AlignTorque from to 10000
- 553 Change Default of AlignSpeed from to 100
- 553 Change Default of AccelerationTime from to 0
- 553 Change Default of AccelerationLean from to 1
- 551 Remove
- 546 Change Tags of from [] to [Hidden, NotReplicated]
- 546 Change CanSave of from true to false
- 546 Change CanLoad of from true to false
- 546 Add GroundOffset
- 542 Change Tags of GroundController from [] to [NotBrowsable]
- 539 Add TurningFactor
- 539 Add StandSpeed
- 539 Add StandForce
- 539 Add
- 539 Add FrictionWeight
- 539 Add Friction
- 539 Add DecelerationTime
- 539 Add AlignTorque
- 539 Add AlignSpeed
- 539 Add AccelerationTime
- 539 Add AccelerationLean
- 539 Add GroundController
Members 11
AccelerationLean
Type | Default | |
---|---|---|
float | 1 |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of AccelerationLean from LocalSafe to ReadSafe
- 572 Change ThreadSafety of AccelerationLean from ReadSafe to LocalSafe
- 553 Change Default of AccelerationLean from to 1
- 539 Add AccelerationLean
AccelerationTime
Type | Default | |
---|---|---|
float | 0 |
Estimated time (in seconds) taken to reach the desired speed after walking input begins. The character will accelerate linearly at the computed rate, impacted by friction, so a given time may be less accurate with lower friction.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of AccelerationTime from LocalSafe to ReadSafe
- 572 Change ThreadSafety of AccelerationTime from ReadSafe to LocalSafe
- 553 Change Default of AccelerationTime from to 0
- 539 Add AccelerationTime
BalanceMaxTorque
Type | Default | |
---|---|---|
float | 10000 |
The maximum torque used to keep the ControllerManager.RootPart aligned upright. When misaligned, this amount of torque is applied to reach the BalanceSpeed and realign the root part. A higher torque means more force is required to cause the root part to tilt. A lower torque means it's easer for the root part to get knocked over when running into things. This property is hidden and has no effect when ControllerBase.BalanceRigidityEnabled is true.
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 3
- 574 Change ThreadSafety of BalanceMaxTorque from LocalSafe to ReadSafe
- 572 Change ThreadSafety of BalanceMaxTorque from ReadSafe to LocalSafe
- 571 Add BalanceMaxTorque
BalanceSpeed
Type | Default | |
---|---|---|
float | 100 |
The maximum angular speed used to align the ControllerManager.RootPart upright. A lower value means it takes longer for the root part to recover to the upright position when misaligned. A higher value results in a quicker recovery.
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 3
- 574 Change ThreadSafety of BalanceSpeed from LocalSafe to ReadSafe
- 572 Change ThreadSafety of BalanceSpeed from ReadSafe to LocalSafe
- 571 Add BalanceSpeed
DecelerationTime
Type | Default | |
---|---|---|
float | 0 |
Estimated time (in seconds) taken to reach a complete stop from full speed after walking input ends. The character will decelerate linearly at the computed rate, impacted by friction, so a given time may be less accurate with lower friction.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of DecelerationTime from LocalSafe to ReadSafe
- 572 Change ThreadSafety of DecelerationTime from ReadSafe to LocalSafe
- 553 Change Default of DecelerationTime from to 0
- 539 Add DecelerationTime
Friction
Type | Default | |
---|---|---|
float | 2 |
The coefficient of friction for the character at the point between it and the ground. Determines how much force is available for locomotion or to keep the character stationary on slopes.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
FrictionWeight
Type | Default | |
---|---|---|
float | 1 |
Amount the character's friction is weighed against the ground friction, equal in behavior to the FrictionWeight data type of BasePart.CustomPhysicalProperties. Higher values mean more of a part's Friction will be used.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of FrictionWeight from LocalSafe to ReadSafe
- 572 Change ThreadSafety of FrictionWeight from ReadSafe to LocalSafe
- 553 Change Default of FrictionWeight from to 1
- 539 Add FrictionWeight
GroundOffset
Type | Default | |
---|---|---|
float | 1 |
The target distance above the ControllerManager.GroundSensor.HitPosition to keep the ControllerManager.RootPart at. If the root part is below this offset from the ground, a force is applied to raise up to this height. If it's above, nothing happens.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of GroundOffset from LocalSafe to ReadSafe
- 572 Change ThreadSafety of GroundOffset from ReadSafe to LocalSafe
- 553 Change Default of GroundOffset from to 1
- 546 Add GroundOffset
StandForce
Type | Default | |
---|---|---|
float | 10000 |
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of StandForce from LocalSafe to ReadSafe
- 572 Change ThreadSafety of StandForce from ReadSafe to LocalSafe
- 553 Change Default of StandForce from to 10000
- 539 Add StandForce
StandSpeed
Type | Default | |
---|---|---|
float | 100 |
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of StandSpeed from LocalSafe to ReadSafe
- 572 Change ThreadSafety of StandSpeed from ReadSafe to LocalSafe
- 553 Change Default of StandSpeed from to 100
- 539 Add StandSpeed
TurnSpeedFactor
Type | Default | |
---|---|---|
float | 1 |
The value multiplied by the ControllerManager.BaseTurnSpeed to determine the final target angular velocity while this controller is active. The angular velocity is applied when turning towards the ControllerManager.FacingDirection.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 2
- 574 Change ThreadSafety of TurnSpeedFactor from LocalSafe to ReadSafe
- 573 Add TurnSpeedFactor
Removed members 5
AlignSpeed
Type | Default | |
---|---|---|
float | 100 |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 5
- 581 Remove AlignSpeed
- 574 Change ThreadSafety of AlignSpeed from LocalSafe to ReadSafe
- 572 Change ThreadSafety of AlignSpeed from ReadSafe to LocalSafe
- 553 Change Default of AlignSpeed from to 100
- 539 Add AlignSpeed
AlignTorque
Type | Default | |
---|---|---|
float | 10000 |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 5
- 581 Remove AlignTorque
- 574 Change ThreadSafety of AlignTorque from LocalSafe to ReadSafe
- 572 Change ThreadSafety of AlignTorque from ReadSafe to LocalSafe
- 553 Change Default of AlignTorque from to 10000
- 539 Add AlignTorque
BalanceRigidityEnabled
Type | Default | |
---|---|---|
bool | false |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 4
- 581 Remove BalanceRigidityEnabled
- 574 Change ThreadSafety of BalanceRigidityEnabled from LocalSafe to ReadSafe
- 572 Change ThreadSafety of BalanceRigidityEnabled from ReadSafe to LocalSafe
- 571 Add BalanceRigidityEnabled
TurningFactor
Type | Default | |
---|---|---|
float | 1 |
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 5
- 581 Remove TurningFactor
- 574 Change ThreadSafety of TurningFactor from LocalSafe to ReadSafe
- 572 Change ThreadSafety of TurningFactor from ReadSafe to LocalSafe
- 553 Change Default of TurningFactor from to 1
- 539 Add TurningFactor