Sorry for bad english,
I need take the first 50 result of this:
local children = workspace:GetChildren() for i = 1, #children do print(i, children[i].Name) end
I need take , for example, from 1 to 50
for i = 1, 50, 1 do print(i, children[i].Name) end
it counts from 1 to 50 and each time it prints the name