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

How do I rotate a MeshPart?

Asked by 5 years ago

How do I rotate a MeshPart, with script?

0
MeshPart.Orientation = [Insert random Vector3 number] oggy521 72 — 5y
0
whats the meshpart name?give it a specific name worklok -24 — 5y

1 answer

Log in to vote
0
Answered by
Launderer 343 Moderation Voter
5 years ago

The same way you rotate any other part.

MeshPart.Orientation = Vector3.new(X, Y, Z)
Ad

Answer this question