Function
Fast
Actor:SetForce
Adds a permanent force to this Actor, set to Vector(0, 0, 0) to cancel
Syntax
my_actor:SetForce(force, is_local = true)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
force
|
Vector | — | — |
is_local
optional
|
boolean | true |
Whether to apply the force in local space |