Transfer table of instances from server to client

I’m wanting to pass a table that has instances as keys from the server to client, however this is what server sees
image
vs what the client recieves
image

GetWalls.OnServerInvoke = function()
	return AllWalls
end
-- End prints to confirm
print("Walls:", AllWalls)

image

1 Like