Make arms, motor6D or camera follow mouse

  1. What do you want to achieve? Keep it simple and clear!

I want to make it so the gun, or the camera or the arms follow the mouse, for a aim down sight system (using the roblox R6 arms)

  1. What is the issue? Include screenshots / videos if possible!

the camera doesnt move towards mouse position like in first person

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

i tried using camera offset, changing the camera cframe to the aimpart cframe, making the arms follow the camera (this one is not compatible with changing camera cframe), enabling locked center mouse and making the gun follow the mouse. (no one of those worked)

1 Like

Have you tried locking the mouse cursor?

yes i did, but the mouse doesnt lock in the center, i think its because the camera its on scriptable

i enabled lock mouse on center every frame, and it worked, but still the camera doesnt move

I solved it. I changed the camera subject to the Aim Part, then I locked first person and I made a script which rotates the character to the camera position (like when you enable shift lock)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.