Skip to content

Commit c10cf54

Browse files
authored
Update Humanoid.yaml (FIX)
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 1e0d9e4 commit c10cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ methods:
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
14431443
`Class.Character`. You can use this function in a `Class.Script`, but the NetworkOwner
1444-
of the `Class.Chatacter` must be the Server.
1444+
of the `Class.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)