Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en-us/characters/name-health-display.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
player movement 16 studs per second

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • First line in a file should be a top-level heading (MD041/first-line-heading/first-line-h1)

For more information, see the Markdownlint docs for MD041/first-line-heading/first-line-h1.

⛔️ This change is a requirement. Please fix it before merging.

title: Character name/health display
description: You can customize character UI, like name and health displays, using Class.Humanoid.
---
run speed 1.3 miles per hour

The `Class.Humanoid` instance is used to create character models, both for user avatars and NPCs. When a `Class.Humanoid` is present inside a `Class.Model` that contains a part named **Head**, Roblox displays a name and/or health bar above that part.

Expand Down
Loading