Skip to content

Commit

Permalink
Update Humanoid.yaml (#864)
Browse files Browse the repository at this point in the history
## Changes

Changes the description for the Humanoid object to say "Roblox
experience", rather than "Roblox level" as "experience" much better fits
the context of the writing.

## 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.
  • Loading branch information
Ramdoys authored Oct 17, 2024
1 parent 3f0d1ea commit c98b380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/Humanoid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: |
description: |
The Humanoid is a special object that gives models the functionality of a
character. It grants the model with the ability to physically walk around and
interact with various components of a Roblox level. Humanoids are always
interact with various components of a Roblox experience. Humanoids are always
parented inside of a `Class.Model`, and the model is expected to be an
assembly of `Class.BasePart` and `Class.Motor6D`; the root part of the
assembly is expected to be named `HumanoidRootPart`. It also expects a part
Expand Down

0 comments on commit c98b380

Please sign in to comment.