Can't find beam

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
image

The problem is I parented the beam to the humanoidRootPart but I can’t find it in the explorer any help on this?

image

even on the server to? I’m wondering if it just falls out

nvm I have fixed it, my script was in starter player scripts so it only runs once. What I did was update the hmr reference