How i can see, Table output

asdd

local a = game.Workspace.Folder
for i,v in pairs(a:GetChildren()) do
print(i,v)
end

why i can’t see the output ?

Change print(i,v) to just print(i)

its just only print index 1-30

Go to the Output configuration and deactivate this option
image

its still not, change the output

Are you sure you are running this code? It seems to be that v is a table, which doesn’t make sense as it should be an Instance, which would print their Name.

Example output of what your code should be printing:
image

I’m, very sure the problem, not at script, its works perfectly when I using another laptop.