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

I want to set the z axis orientation to 2, but leave the others the same. How?

Asked by 5 years ago

I want to set the z axis orientation to 2, but leave the others the same. How?

1 answer

Log in to vote
0
Answered by 5 years ago
part.Orientation = Vector3.new(part.Orientation.X,part.Orientation.Y,5)
Ad

Answer this question