To rotate the part, I can use: Part.Rotation = Vector3.new(90, 90, 90)
But I can’t use Rotation to rotate the Model, and I haven’t found any other ways either. How can I do this?
I understand that the question is very simple and stupid, but I will be extremely grateful for the answer.