Cannot move players camera when camera subject is set to another part

the title is what my problem is. i cant move my camera horizontally, only vertically which tells me that this has to be a problem with the character. does anybody know how to fix this

1 Like

Please add more info like video and the script. This will help solve your problem

2 Likes

hello, sorry for long response time. was trying to get script working, still havent. here is the images
below is the code


below is the gun without being zoomed in, i can move my camera vertically and horizontally.

below are the 2 images while scoped into the gun with camerasubject. keep in mind i can only move the camera vertically in this state. it’s like the camera is locked
Screenshot 2023-11-14 190102

i hope this is enough

One more thing, none of the camera modes fix the problem

You can’t move the camera horizontally because the part you attach me doesn’t move horizontally, which is the reticle of your gun.

To fix this, you can make a custom part that follows the mouse movement and NOT the character like your gun.

Hope this help

also sorry for long reply lol

hello, how could i achieve this? im not asking for the code, id like to know what service or method is used to do this

Most gun systems usually make the arm which is attaching the gun follow the player mouse. To do that you have to change the Motor6D of the arm, which is quite difficult to make, atleast for me, so I recommend finding them online.

Or you can just make a invisible part then make it CFrame.lookAt your mouse.hit