Skip to content

Commit 2fdfdb6

Browse files
Humanoid.yaml: Remove "Unequip" sentence in :EquipTool description. (#941)
The sentence regarding unequipping tool does not apply to :EquipTool(). It applies to :UnequipTool() ## Changes Remove the incorrectly placed sentence. ## Checks By submitting your pull request for review, you agree to the following: - [X] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [X] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [X] To the best of my knowledge, all proposed changes are accurate.
1 parent 25ff1bc commit 2fdfdb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,8 +1482,9 @@ methods:
14821482
end
14831483
```
14841484
1485-
When this function is called, the humanoid will automatically unequip any
1486-
`Class.Tool|Tools` that it currently has equipped
1485+
When this function is called, the `Class.Humanoid` will first
1486+
automatically unequip all `Class.Tool|Tools` that it currently has
1487+
equipped.
14871488
14881489
Although they will be equipped, `Class.Tool|Tools` for which
14891490
`Class.Tool.RequiresHandle` is _true_ will not function if they have no

0 commit comments

Comments
 (0)