Hello, here I have a part that I would like to script to go to a specific path, except that here I don’t know how to do it.
Part = Instance.new("Part")
Part.Parent = workspace
Here’s what I’m trying to accomplish, like Part.parent but I’d like the path to be workspace specific, I’d like my part to go into a model of the workspace.
Example :
Part = Instance.new("Part")
Part.Parent = workspace.Model.Model
But I don’t know how to do it if you could help me please.