I am trying to clone a model in the workspace.
1 | local function createPart(location) |
2 | local car = game.ReplicatedStorage.Assets.Car |
3 | car:clone() |
4 | car.Parent = game.Workspace |
5 | car.CFrame = spawnblock.CFrame |
6 | end |
This isn't working can someone please help.