mypart = game.Workspace.Dirt Instance.new("mypart", Workspace)
I'm trying to spawn a tool called Dirt however it's not working.
You need to use the :Clone() function, eg:
mypart = game.Workspace.Dirt:Clone() mypart.Parent = game.Workspace
If this helps, could you accept the answer? It gives us both rep!