So im trying to rotate a model in a viewport frame but i can’t figure out how to turn it. Currently the model is facing forward but how can i rotate it so it is like in the image?
Considering the camera is probably facing the back of the model, you could try using CFrame.Angles() to rotate the camera’s CFrame 180 degrees to face the front side of the model.