Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I copy a model's orientation to another model with a script?

Asked by 1 year ago

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.

0
Let me see if I can think of another solution. fiddyfiddler 18 — 1y
0
Sorry dude, ask a more professional scripter. fiddyfiddler 18 — 1y
0
I'm confused, why don't you just give the model a primary part and use that cmgtotalyawesome 1418 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago
Edited 1 year ago
local Model1 = game.workspace.Model1
local Model2 = game.workspace.Model2


Model2.Orientation = Model1.Orientation
Ad

Answer this question