Hello guys, I know my title is not clear but I dont really know how to call it so ima explain it.
So I have multiple folders named Upgrade but each one has a different index

So in the script I need to find the upgrade folder with the good index but I have no idea how can I do,
I tried this
local i = config.Level.Value + 1
RS.Towers:FindFirstChild(selectedTower.Name).Upgrade..i
and this
local i = config.Level.Value + 1
or this `RS.Towers:FindFirstChild(selectedTower.Name).Upgrade[i]
and that return
![]()
so thats not working, if you guys can help me i’ll really appreciate it ![]()