- What do you want to achieve?
I want to use strings with .Parent like this:
local String = "game.Workspace.Baseplate"
script.Parent = String
- What is the issue?
I don’t know how to do it. Is there a way to convert the string to be an instance?
- What solutions have you tried so far?
I could not find anything on google or the developer forum.