I’m having a hard time understanding how to switch from a smooth player camera, to a part, then back to the smooth player camera. I’ll list an example below.
{ player hides in a vent, the player POV switches to the part inside of the vent, then once the player exits, it switches back to the players pov }
the issue is, since I’m using a smooth camera, it bugs out like crazy… so how can I fix this?
ps, I’m using a smooth camera from the toolbox.
Use TweenService and make the Subject of the Camera be relative to the part then set the CameraType to Scriptable and if the player successfully gets out of the vent set the Subject to the Humanoid (or idk what the toolbox script uses), set the CameraType to Custom and you should be good
thank you for responding, I’m a little bit confused sadly, as the custom smooth camera is always set to scriptable. so setting it to custom wouldn’t work.
in case this helps any, this is the file of the camera, it goes into starter gui, thanks again for responding!
StarterGui.rbxm (3.8 KB)