Script a part to go in a specific path

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.

Thanks.

I think what you wrote is a right way to do it, is there anything work with it?

For me it doesn’t work. It work yor you ?

Does it show any errors when you trying to do it?

it’s alright It works. Thanks you.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.