Skip to content

Commit e92aad1

Browse files
authored
Update Humanoid.yaml (ALL FIXED)
Updates the ChangeState method description, in order to let the users know that It only works on the NetworkOwner of the character side (If the NetworkOwner is a player, It must be done using a localscript owned by that player. If it's server, must be done in a server script
1 parent c10cf54 commit e92aad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/classes/Humanoid.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,8 @@ methods:
14401440
14411441
Note that in order to set the `Class.Humanoid` state using this function,
14421442
you must do it in a `Class.LocalScript` owned by the NetworkOwner of the
1443-
`Class.Character`. You can use this function in a `Class.Script`, but the NetworkOwner
1444-
of the `Class.Character` must be the Server.
1443+
`Class.Player.Character`. You can use this function in a `Class.Script`, but the NetworkOwner
1444+
of the `Class.Player.Character` must be the Server.
14451445
14461446
See also `Class.Humanoid:SetStateEnabled()` to enable or disable a
14471447
particular state, and `Class.Humanoid:GetState()` to get the current

0 commit comments

Comments
 (0)