So, I’ve been coming across an issue with the command bar recently (And yes, it does happen in every game, even baseplate, terrain etc.) So, when I’m trying to set my camera to a part it sets the camera position to the part without any problems, but it does not position correctly.
Here’s the line:
workspace.CurrentCamera.CFrame = workspace.AvatarCamPart.CFrame
Here’s what it does:
And positions it in more other random positions.
But it works perfectly in-game:
I’m trying to set the camera using the command bar in studio since I want to make an Avatar creation UI.
Thanks for any help.