Parts Rotated weird after Weldijg with weld constraint

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Welded parts that look the same as the first pic
  2. What is the issue? Include screenshots / videos if possible!
    For some reason the are like not rotated correctly
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I use F3X if that effects anything… the script js really basic so i dont know why it wont work.
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
weld = Instance.new("WeldConstraint")
weld.Parent = handle
weld.Part0 = Handle
weld.Part1 = V


Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

Try setting the CFrame of the parts to the desired orientation before creating the weld. This can be done using the CFrame property of the parts. This should help align the parts correctly.

also thanks for asking, before reaching devforum, you should atleast study 6+ months to learn basic roblox lua.