Hello,
For some reason, when doing ![]()
and having this in the explorer:

Doesn’t work. It returns
![]()
And just that. It doesn’t return test2.
Any idea why?
Thanks
Hello,
For some reason, when doing ![]()
and having this in the explorer:

Doesn’t work. It returns
![]()
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.