Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I choose where an object clones?

Asked by 4 years ago

If i said

game.Workspace.MyPart:Clone()

where do i say where i want the clone to be?

Thanks in advance.

I tried putting it in the parentheses, it didn't work

1 answer

Log in to vote
0
Answered by
iuclds 720 Moderation Voter
4 years ago
game.Workspace.MyPart:Clone().Parent = game.Lighting
Ad

Answer this question