I need help making or scripting a thing where it makes your Camera move up a stud instead of being at your head, this is very confusing for me and I need help.
If you can help, much appreciated ![]()
I need help making or scripting a thing where it makes your Camera move up a stud instead of being at your head, this is very confusing for me and I need help.
If you can help, much appreciated ![]()
You can do this by applying a 1 stud camera offset. Read more about it here. Simply set the Humanoid.CameraOffset to Vector3.new(0,1,0) to accomplish a 1 stud offset effect.