LocalScript (Placed in StarterPl
LocalScript (Placed in StarterPl
for i = 1, 6 do
local frame = aFolder:FindFirstChild("A" .. i)
if frame then
table.insert(frames, frame)
else
warn("Frame A" .. i .. " not found!")
end
end
return frames
end