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

How do you copy a model in Server Replicated Service to workspace?

Asked by 10 years ago

I am attempting to copy a model into workspace but I am not sure how to do so.

1
game.ReplicatedStorage.Model:Clone().Parent = game.Workspace nate890 495 — 10y

1 answer

Log in to vote
1
Answered by 10 years ago
model = game.ReplicatedStorage.YourModelsName:Clone()
model.Parent = game.Workspace

That's the way I would do it.

Ad

Answer this question