How to make the character's right arm point at an object

the title says it all

so basically I want a simple explanation and script on the subject
I need my right arm to point at a vector3 position but idk how, this mostly applies to R15

pls tell me

2 Likes

you can just change the orientation of the arm

yes im asking how to do that, a simple script with an explanation

Idk how you get the player but lets say you got a variable with a player then just do

Player.Character.RightArm.Orientation = Vector3.new()

what the hell are you saying man

there’s a motor6d inside the torso controlling the arm, I need to change that to somehow point at smth

There are a lot of posts about aiming a gun with the arm and the mouse. If you search ‘aim arm to mouse’ or ‘aim gun to mouse’ you’ll probably get some good information there.
You’d just have to aim at the Part you require rather than the mouse position.
The ones I’ve read also use CFraming as @Mafnorr mentioned.