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

How would I weld an attachment to a part in a script?

Asked by 4 years ago

I've tried

    local weld = Instance.new("Weld")
    weld.Name = "breathWeld"
    weld.Parent=char.Head
    weld.C0 = breath.CFrame
    weld.C1 = breathAttach.WorldCFrame

but it doesnt work.

0
You can't weld attachments because they aren't BaseParts. y3_th 176 — 4y

Answer this question