(SOLVED) First Person Issues

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want to make it so you can see your body when you look down.

  2. What is the issue? The chest and arms are too far forward

  3. 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!)

  4. 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)

you can set your humanoid’s CameraOffset forward a bit

How would I start doing that? (CHARACTER LIMIT)

Script? No one can help without it

You mean the script to make the arms visible?

CameraOffset is a Vector3, so it would look like this

game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(0, 0, 0)

play around with the values until you get what you want

1 Like

Okay, i’ll try that. Ty for help

yes that script.

This text will be blurred

1 Like

Sorry, someone found the answer. Thanks for your time.

Thanks, I didn’t think it would be so easy! I’ve been searching for hours!