Any help is appreciated, all hierarchy is correct.
game.Players.PlayerAdded:connect(function(p) local char = p.WaitForChild("Character") local hat = game.Lighting.MidnightDominus:Clone() hat.Parent = char end)
If i remember correctly, you need the Handle part of the hat to be connected to a part, otherwise it won't render.