#Help fixing attachment (solved)

1 messages · Page 1 of 1 (latest)

solemn prairie
#

Ok so basically whenever I clone the 2 parts it doesnt load in the attachment or I dont know it just doesnt show the beam, thats pretty much it ``` local function weldToPlayer(part)
local weld = Instance.new("WeldConstraint")
weld.Part0 = HumanoidRootPart
weld.Part1 = part
weld.Parent = part
part.Anchored = false
end local NewHolder = Holder:Clone()
NewHolder.Parent = char
NewHolder.CFrame = HumanoidRootPart.CFrame * CFrame.new(0, 2, 0)
NewHolder.CanCollide = false
weldToPlayer(NewHolder)

    local NewBeam = Beam:Clone()
    NewBeam.Parent = EggModel.Decorations.Glass
    NewBeam.CFrame = EggModel.Decorations.Glass.CFrame
    NewBeam.Anchored = true```
lone plover
#

I'm pretty sure this is just because they don't get copied simultaneously

#

I think if you just re attach it

#

it'll work

solemn prairie
#

just parent the attachments to the beams again?

lone plover
#

using the .Attachment0 and .Attachment1 properties

solemn prairie
#

ok ima try it

solemn prairie
empty nexusBOT
#

studio** You are now Level 7! **studio