I am attempting to create a menu in which the camera enters a door, but when the camera part moves the player camera does not.
Video of the Issue:
robloxapp-20220725-2332559.wmv (232.0 KB)
Instead of moving the part move the camera every frame also make sure the camera’s CameraType is set to Enum.CameraType.Scriptable otherwise you’ll witness weird behavior 
You can also use TweenService to tween the camera’s cframe which would probably fit what you want better as it has many easing styles you can pick from!
I’m dumb. I realized I was using a local script to move the camera