Placement Script Rotation isn't working properly

I just looked at it. The GridPart part of the model is rotated. How can I rotate through :SetPrimaryPartCFrame()?

EDIT: I used a for loop and set each part’s rotation. Now, the only issue is the rotation on mouse move.

EDIT2: I used another for loop that did the same thing, but this time, in the UpdatePreviewModelCFrame() function, at the very bottom. I also added a variable outside the function to remember the last rotation you had.

The rotation is supposed to be automaticly saved in the PreviewModel’s primarypart CFrame, because the CFrame,again, consists of both position and orientation, so you can just send the Preview’s primary part CFrame data to the server because the primary part already include rotation via cframe properties

The PreviewModel is destroyed after you exit build mode. This will allow for a nice memory feature.

Thanks for the help! :slight_smile: