I have a model and I want to copy this model's orientation to another model with a script. These models don't have primary parts.
local Model1 = game.workspace.Model1 local Model2 = game.workspace.Model2 Model2.Orientation = Model1.Orientation