if v:IsA("BasePart") then
local weld=Instance.new("Weld", v)
weld.Part0=v
weld.Part1=script.Parent.MainPart
weld.C0=v CFrame:inverse()
weld.C1=script.Parent.MainPart.CFrame:inverse()
v.Anchored=false
end
end
I’ve tried to weld 3 parts together so I can make an onTouch script (i get the ontouch part i just dont know how to weld 3 parts).
Thank you everyone for the suggestions but I’m going to have to go with the simpler one here since I’m trying to make my game as organized as possible, but thank you all for your suggestions!