of     1   

Weaselman50
#2069579Wednesday, July 30, 2008 6:22 PM GMT

I can easily make 2 things welded together, but when I do they go into eachother, the positions are the same for each part. How can I keep them seperate but still welded? By the way I need this for a new generation seat script that I started awhile ago.
Lance7
Top 25 Poster
#2069614Wednesday, July 30, 2008 6:24 PM GMT

try a new cFrame for the other part it should be connected but in a different position reletive to the first brick =D
Weaselman50
#2069814Wednesday, July 30, 2008 6:31 PM GMT

Not try, your suppose to tell me how. That was the very first thing i tried.
Weaselman50
#2079645Thursday, July 31, 2008 2:37 AM GMT

someone has to know this
FlashJoeW
Top 100 Poster
#2080126Thursday, July 31, 2008 3:25 AM GMT

local Part1 = the first part local Part2 = the second part local w = Instance.new("Weld") w.Parent = Part1 w.Part0 = w.Parent w.Part1 = Part2 w.C1 = CFrame.new(x, y, z) -- This one is important, it sets the Part2's offset from Part1 --Taken from a thread i visited ages ago, and decided to track.
Weaselman50
#2080196Thursday, July 31, 2008 3:32 AM GMT

I figured it out from the wiki's multi-handle tutorial, though it had very little info I guessed and figured it out. Weld.C1 sets the offset of Part1 compared to Part0 Thanks anyway. Heres my nice new seats: http://www.roblox.com/Item.aspx?ID=3255673
FlashJoeW
Top 100 Poster
#2080217Thursday, July 31, 2008 3:35 AM GMT

Looks good, seating modes Ftw

    of     1