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

How do i copy entire models?

Asked by 7 years ago

I already know on how to clone a single block. But i have not known about cloning an entire model, Im using this feature to generate random maps for my game.

1 answer

Log in to vote
0
Answered by
DevingDev 346 Moderation Voter
7 years ago

You could do it like this.

game.ServerStorage.Maps:FindFirstChild("Map1"):Clone().Parent = game.Workspace
2
In other words, exactly the same as you do with parts. User#11440 120 — 7y
Ad

Answer this question