How to make a script access a constant Subfolder across multiple different folders

Precisely. That “Level” or “CurrentLevel” or “GeneratedLevel” parent folder just acts as a quick way to locate the generated level. This folder will stay constant, so your script will always know where it is. And if your script knows where this parent folder is, it can simply use :FindFirstChildOfClass("Folder") to get that actual level! Try implementing this and let me know how it goes!

1 Like