Local script sebds table, server script gets empty table

the title syas it all. im sending a table full of data, and the other side is getting nothing.
Also yes, i printed the table on the client and server.

If your table contains instances that were created on the client or are only visible on the client, then those instances and their children will never pass the client → server boundary. In other words, they will be nil when they are received by the server. You can read more about this here: Remote Events and Callbacks | Documentation - Roblox Creator Hub .

I had this problem too when sending it to client and the parts are on server too it might be a bug.

Oh hi again! To send data from LocalScript to the server script requires a RemoteEvent.