Is it possible to get an instance without getchildren loops and without knowing the name?

Lets say i have a map folder, and in there i only have a model, and the model name isnt always the same, is there anyway to get the map instance without knowing the name without using for i,v loop?

You could try using :FindFirstChildWhichIsA() and it’s derivants.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.