Function
Fast
Actor:SetNetworkAuthorityAutoDistributed
Sets if this Actor will auto distribute the network authority between players when idle<br><br>Please refer to <a href="/docs/core-concepts/scripting/authority-concepts#network-authority">Network Authority</a> for more information
Syntax
my_actor:SetNetworkAuthorityAutoDistributed(auto_distribute)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
auto_distribute
|
boolean | — | If this Actor will be auto network distributed |