So does it work or no? I’m going to assume it doesn’t.
You must be using a local script, as I see the MouseButton1Click function.
Use a RemoteEvent, and do FireServer() on it.
And using another script (must be server sided) , do RemoteEvent.OnServerEvent:Connect blah blah blah, and then OVER THERE, you insert the model into the workspace.