The problem is, the bulb from the client is nil on the server, because anything you do on the client doesn’t replicate to the server. That is why the bulb parameter on the server is nil. The bulb on the server is just nil too, because you’re essentially trying to clone nil, which is just nil.
Try creating the bulb on the server instead, so the server will actually register that bulb exists.