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

How do I add parts to my startercharacter?

Asked by 3 years ago
Edited 3 years ago

I made a startercharacter with R15 and I want to put a sort of watch on the wrist but when I test the game, the handle stays in air (None of the parts are anchored) (all of the parts are non-collidable) and the rest of the parts just fall on the ground. How can I fix this? Error below.

0
13:28:59.104 - Model:GetPrimaryCFrame() failed because no PrimaryPart has been set, or the PrimaryPart no longer exists. Please set Model.PrimaryPart before using this. 13:28:59.104 - A primary part should be set so that the character can be spawned correctly xd_Lxcifer -3 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

You would have to weld all the objects within the watch to each other. Once that is done you have to weld the watch to the player's hand. You could use WeldConstraints or normal Welds, but WeldConstraints would probably be easier.

0
The handle seems to be stuck in 1 place anchored, ut the part itsself is not anchored xd_Lxcifer -3 — 3y
0
Do you keep cancollide off or on? I used the WeldConstraints but im having the same issue. xd_Lxcifer -3 — 3y
0
Turn CanCollide off and make sure everything is unanchored. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
It is. I constrained everything and its all in 1 piece but it is still anchored-like. But all the parts are unanchored xd_Lxcifer -3 — 3y
View all comments (15 more)
0
So they are all attached, they just aren't getting welded to the player? Nickuhhhhhhhhhhhhhhh 834 — 3y
0
Its acting like there anchored. Do you have a discord so I can show more in-depth? xd_Lxcifer -3 — 3y
0
No, describe your issue more. Is it like stuck and not moving, is it moving the player with it? Nickuhhhhhhhhhhhhhhh 834 — 3y
0
The startercharacter is hanging onto the part while the part is mid air like its anchored. xd_Lxcifer -3 — 3y
0
Well then one of the parts inside of it are somehow anchored... Maybe you missed something or there is a script in your game anchoring it. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
Only parts have to be unanchored correct? xd_Lxcifer -3 — 3y
0
16:43:55.910 - Model:GetPrimaryCFrame() failed because no PrimaryPart has been set, or the PrimaryPart no longer exists. Please set Model.PrimaryPart before using this. 16:43:55.911 - A primary part should be set so that the character can be spawned correctly xd_Lxcifer -3 — 3y
0
Everything has to be unanchored inside of it. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
Even the rig attachments... xd_Lxcifer -3 — 3y
0
You have to set the primarypart of the model. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
What is the PrimaryPart? The Humanoid? I've never worked with startercharcters xd_Lxcifer -3 — 3y
0
The watch has to be completely unanchored.. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
There is a property of a Model called primarypart. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
I dont have any models. And the watch is Completely Unanchored. I checked 3 times xd_Lxcifer -3 — 3y
0
Solved the issue, I was checking if it was anchored at the top but not properties. xd_Lxcifer -3 — 3y
Ad

Answer this question