How do i make the arms follow the camera?

I’m trying to make the arms and the gun follow the camera when the aiming function fires, but since i’m new to scripting, i kinda don’t know how to do that

i’m using a script in starterGui to make it possible for the player to view it’s own character

Try searching “aim arms at cursor”, “point gun to mouse position” or different combinations of the same terms.
There are a lot of posts about this topic already on the forums that can answer your questions better than I can.

Alright, i’ll try that right now

CFrame.lookAlong() allows you to make a CFrame point in a certain direction (in this case the camera’s).

1 Like