Camera Bugs Out when put in Characters Head

Hi, I want to try to make a first person cutscene. The problem is, is the camera just bugs out all over the place. I don’t know if this is either where I placed the camera or the repetitive camera change


Hey @alexinkenski.

It almost looks like this could be caused by your game trying to set the Camera’s CFrame in more than once instance of RenderStepped.

This being a minor memory leak aside, you haven’t given us nearly enough of your code, or of an explanation for any real help. All I can do is speculate.

It seems to be that was the problem, I changed the it to a while loop instead and it worked perfectly! Thanks