Camera CFrame doesn't set correctly

Nothing different happened
I also hate how they blacklist words that can be used to describe the character limit

Have you tried adding a print line to the end of the function?

Yeah I have and it prints even though setting the camera doesn’t work

1 Like

Across my 3,000 posts, I’ve never had an issue with it. It’s pretty hard to hit it if you respond in complete sentences and, more especially, if you try to add more information with each post.

Do you have any error outputs in the console?

“No, both the client and server outputs are blank.”

The idea is that this isn’t a message board for people to be flinging around posts with no thought or effort given to their content. That’s what Discord and direct messaging is for.


Does any of this work if you put it in an empty world? Most of these scripts look fine to me, and I wonder if there isn’t something else interfering with it.

Yes the code works on a baseplate, and while I’m at it why did you find the need to act stuck up about a comment on something that concerned nobody in particular for no reason?

Also having this same issue, this is the only post on the entirety of the devforum that talks about it. My camera CFrame just doesn’t have its position set at all, no matter what.

I had the same issue, but I’ve done this before except it works, so I went to get that code and it worked again.
This is it:

local Camera = workspace.CurrentCamera
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = workspace:WaitForChild("Cameras"):WaitForChild("mainMenuCamera").CFrame

I have no idea why this works and nothing else, but oh well.