Humanoid | HumanoidRootPart | |
---|---|---|
Description | Represents the player character's health, animations, and more. | Central part used for positioning and moving the character. |
Health Management | Yes (properties like Health, MaxHealth) | No |
Animations | Yes (controls animations like walking, jumping, etc.) | No |
Physics | No | Yes (used for physics calculations and character movement) |
Movement Control | Yes (methods like MoveTo, WalkToPart) | Yes (can be manipulated directly via position) |
Collisions | No | Yes |