I am attempting to copy a model into workspace but I am not sure how to do so.
model = game.ReplicatedStorage.YourModelsName:Clone() model.Parent = game.Workspace
That's the way I would do it.