I have code here that is supposed to create a beam
local attachment = Instance.new("Attachment")
attachment.Parent = ClosetBlock.Model
print(attachment:GetFullName())
local hmrAttachment = HMR:WaitForChild("RootRigAttachment")
print(hmrAttachment:GetFullName())
local Beam = Instance.new("Beam")
Beam.Parent = HMR
print(Beam:GetFullName())
Beam.Attachment0 = hmrAttachment
Beam.Attachment1 = attachment
print statements all print its not nil
The problem is I parented the beam to the humanoidRootPart but I can’t find it in the explorer any help on this?
even on the server to? I’m wondering if it just falls out