kind of hard to explain but I have (for example) a name of a part with Part.Name. The problem is that a few lines down I need to get a child of a folder that has the Part.Name's name and I have no idea how to do it.
Here is example code if it worked like this:
local myPartsName = workspace.Part.Name
local childOfFolder = workspace.myEpicFolder. -- myPartsName would go here but I need it to use the value of myPartsName not myPartsName itself.