Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Cannot set a humanoids rootpart?

Asked by 2 years ago

I am trying to create a sort of "PrimaryPart" for my humanoid, and for some reason in properties it is greyed out, and whenever I try setting it's value, I get the error message "can't set value", how exactly am I supposed to see the Humanoids RootPart? By the way, I do not mean HumanoidRootPart, I mean Humanoid.RootPart.

0
This should not be a problem as the RootPart is well, the root part, and you can rely on that systemically afaik. MrGreystone 0 — 2y

1 answer

Log in to vote
1
Answered by 2 years ago

.RootPart is a property of Humanoid referring to the humanoid's parent's (the character) root part which is essentially just Character.HumanoidRootPart of uhh, the character.

0
I thought it meant basically the "primary part" for a humanoid that would move when you used the function Humanoid:MoveTo() Frometa1998 35 — 2y
0
Basically, IG. But really, humanoid has no "primary part" because it isn't a model. Character does, which is HumanoidRootPart. (please accept answer if it hepls ;pp) Dehydrocapsaicin 483 — 2y
Ad

Answer this question