Using strings with .Parent?

  1. What do you want to achieve?

I want to use strings with .Parent like this:

local String = "game.Workspace.Baseplate"

script.Parent = String
  1. What is the issue?

I don’t know how to do it. Is there a way to convert the string to be an instance?

  1. What solutions have you tried so far?

I could not find anything on google or the developer forum.

you can check out this devforum topic. Convert String to Instance?