Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

I want to change the ToolGrip position?

Asked by
Irvene 5
9 years ago

So I want to change the position of the players toolgrip. Would I do this?

script.Parent.GripForward = CFrame.new(-0.281, -0.066, -0.958)

Also another question, I believe is similar to this, If I need to change the players RightArm's Cframe to a different position what would I do?

0
Least popular post ever. Congrats :P SchonATL 15 — 8y

1 answer

Log in to vote
0
Answered by 9 years ago

You could do that! But you must know, there are a lot of other position properties such as: GripForward, GripPos, GripRight, and GripUp.

However I would personally select the tool you want to change the grip for, then Play with all of the position properties until you get it to the position you want! Test frequently as you change the properties!

Ad

Answer this question