of     1   

52sogel
#228348276Saturday, December 02, 2017 10:06 PM GMT

Hello, I am making a script that moves a part that is welded to other parts but when I use CFrame to move the part it moves the other parts too. How can I move the part without moving the parts it is welded to?
Aliics
#228348347Saturday, December 02, 2017 10:07 PM GMT

Inside the weld there are properties called ## ### ### Weld.C0 = CFrame.new(2, 0, 0); -- Moves Part0 2 studs over on the X axis.

    of     1