Angular Motor: Difference between revisions

From Fancade Wiki
No edit summary
m (Add Related section, link to appropriate article)
Line 10: Line 10:
}}
}}


Makes a constraint rotate.
Makes the [[constraint]] rotate.


Speed is the angular speed the motor will aim to.
Speed is the angular speed the motor will aim to.
Force is the maximum force the motor can apply.
Force is the maximum force the motor can apply.
Use Force (0,0,0) to disable the motor.
Use Force (0,0,0) to disable the motor.
== Related ==
* [[Add Constraint]]
* [[Linear Motor]]
* [[Angular Limits]]
* [[Angular Spring]]


[[Category:Blocks]]
[[Category:Blocks]]

Revision as of 12:22, 29 July 2025

Angular Motor
Angular Motor.png
TypeScript block
ColliderNone
FolderPhysics
Ports
Inputs Before
Constraint
Speed
Force
Outputs After

Makes the constraint rotate.

Speed is the angular speed the motor will aim to. Force is the maximum force the motor can apply. Use Force (0,0,0) to disable the motor.

Related