I want this script to insert the SecretHeader inside all parts named SecretLoc inside the ShownSecrets folder, getChildren doesnt work, any ideas?
local PointOfShown = workspace.ShownSecrets:GetChildren("SecretLoc")
SecretHeader = SecretHeader:Clone()
SecretHeader.Parent = PointOfShown