Python rotational copy issue

hmm i see, strange.

this works but on my end it’s not accurate.

own.worldOrientation = dir.worldOrientation.col[2].copy()

as @Daedalus_MDW said can’t you just copy all?

own.worldOrientation = dir.worldOrientation.copy()