You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to rotate a model
What is the issue? Include screenshots / videos if possible!
well I try coding it but it doesn’t work
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
yes and the ones I’ve seen they only change the orientation and not the position of the model aswell
Using Model:SetPrimaryPartCFrame is getting deprecated soon, so I recommend you to use Model:PivotTo(CFrame.Angles(0,math.rad(90),0) to rotate the model instead.