I’m wanting to pass a table that has instances as keys from the server to client, however this is what server sees
vs what the client recieves
GetWalls.OnServerInvoke = function()
return AllWalls
end
-- End prints to confirm
print("Walls:", AllWalls)