You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I want to make it so you can see your body when you look down.
-
What is the issue? The chest and arms are too far forward
-
What solutions have you tried so far?
I’ve looked around but I can’t find anything, and I don’t know where to start.
(Solved!) -
What I did: I put a local script in StarterCharacterScripts, and put the following script, provided by @PressStartPlayz
game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0, 0, -0.5)