for i, v in pairs(NotiF:GetChildren()) do
print(v.Name)
end
I don’t know why my script is being so stubborn.
It can print the names of everything in this photo except “Sign”. I’ve renamed it and I’ve emptied its contents and it was still ignored. I don’t know what else I can do.
Help?
What’s the relevance of this comment? OP is trying to iterate through a container of something for objects. Going back for another unneeded iteration is pointless.