local folderName = playerName.."Ships"
local serverLocation = game.ServerStorage.folderName --ERROR: folderName is not a valid member of ServerStorage "ServerStorage"
clone.Parent = serverLocation
When I print folderName, it prints the same name as when I do print serverstorage:GetChildren()
How can I make this work? The folder is created in another script, hence I need to create the name to access it