game:GetService("ServerStorage").servers:GetChildren() not working as expected

Hello,

For some reason, when doing image
and having this in the explorer:
image
Doesn’t work. It returns
image
And just that. It doesn’t return test2.
Any idea why?

Thanks

Try to use GetDescendants!
You may need see these.
https://developer.roblox.com/en-us/api-reference/function/Instance/GetDescendants

https://developer.roblox.com/en-us/api-reference/function/Instance/GetChildren

Fixed it, turns out I had return and not continue.