File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1439,12 +1439,10 @@ methods:
14391439 to be automatically set to `Enum.HumanoidStateType.Running`.
14401440
14411441 Note that in order to set the `Class.Humanoid` state using this method,
1442- you must do so from a `Class.LocalScript`, and the Client must have the
1443- [Network Ownership](../../../physics/network-ownership.md) of the
1444- `Class.Player.Character`.
1445- Alternatively, you can call this method from a `Class.Script`, but the
1446- Server must have the [Network Ownership](../../../physics/network-ownership.md) of
1447- the `Class.Player.Character`.
1442+ you must do so from a `Class.LocalScript` and the client must have
1443+ [network ownership](../../../physics/network-ownership.md) of the `Class.Player.Character`.
1444+ Alternatively, you can call this method from a server-side `Class.Script`, but the
1445+ server must have network ownership of the player character.
14481446
14491447 See also `Class.Humanoid:SetStateEnabled()` to enable or disable a
14501448 particular state, and `Class.Humanoid:GetState()` to get the current
You can’t perform that action at this time.
0 commit comments