How do you send a table through a remote function?

I’m trying to send a table of parts through a remote function, is this even possible?

Yes, it is possible to do that. You just pass it as an argument.

When I pass it to the server the table is empty

Then the table only contains objects that exist on the client, and not on the server.

How would I pass the objects into the server as well

Locally created objects can’t be passed to the server.

Really alright thanks for helping

1 Like