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```
** You are now Level 7! **