local list = {script.Parent.Frame1.FrameH.f3:GetChildren()}
for i = 1,#list do
print (list[i].TextLabel.Name)
end
21:28:07.812 - Players.Player1.PlayerGui.ScreenGui.Script:3: attempt to index field 'TextLabel' (a nil value)
0
The '{}''s are not necessary, for the 'GetChildren' method gets the current Children that are within the Parent [Parent:GetChildren()].TheeDeathCaster2368— 10y