I don't like the ROBLOX normal camera offset, makes the character looks small. How to do this, without glitching the camera?
First, create a LocalScript at StarterPack then use this code:
local cam = game.Workspace.CurrentCamera cam.CameraSubject = game.Workspace.Humanoid cam.CameraType = "CameraType"
All Camera Types, you can find at Roblox Wiki, there has a lot of types and videos that you can see how it work.