How would I switch camera controls and camera back to Roblox default camera?

Hello, I’m currently using Weapons Kit which changes the player’s camera controls to that dictated by its shoulderCamera library, while this works fine with the weapons system, I’d like to have the player camera controls switch to the Roblox default when they are not holding a Weapons Kit gun. My problem is that, simply put, I cannot figure out how to change the camera controls to Roblox default and how to get them off of the shoulderCamera view. Any help would be appreciated, thank you.

bump bump bump bump bump bump bump

I’m not sure how the weapons kit works, but you could try setting the player’s camera mode to follow?

Something like this:
workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
workspace.CurrentCamera.CameraType = Enum.CameraType.Follow

See if that helps at all and come back with any results.

I found a solution in this post