How to replicate instance on client to the server

I tried using remoteEvents but the instance wouldn’t pass as an argument

you can’t pass objects with remoteevents, consider moving the instance creation to the server instead.
alternatively, you can pass the arguments the server needs to create the instance.

3 Likes