Parts not moving with welded Part0

Im cloning a model from ServerStorage, Parenting it to ReplicatedStorage, Welding all the parts to the handle, then Cframing the handle and parenting the model to workspace. All the parts are unanchored, The handle is anchored.

Only the handle moves, no parts move with it. For some reason this works fine when I parent it to workspace first, but i need to parent it to workspace after the welding & cframing happens.

Why not have it all welded first? If you store it in ReplicatedStorage welded do you have the same issue?

Also, you should probably CFrame the Model (set the PrimaryPart first), not the handle.

I need to weld it differently depending on the scenario, so i dont store it welded, but it does fix the problem, not sure why welding before cframing breaks it :confused:

Using SetPrimaryPartCFrame() actually worked perfectly, thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.