Change a tool grip to another

No error just rotated wrong so ill play around with it

I think you could just use CFrame.Angles.

didn’t change anything (extra character)

Oh wait, I think I know, try passing in 2 vector3 values instead of just numbers

like this?
image

Yeah, I don’t know if CFrame will let you do that or not.

it does its still rotated wrong though

hmm, try making the tool grip again?

image
would something like this work?
i get this error though
image
I already have remade the grip

Yeah, you cant assign them individually, you have to assign them both at once. Maybe try using the other values such as GripPos, GripRight, GripUp, and GripForward.

How would I do that? My tool doesn’t show theses values so i don’t know what they have to be

you could try to print them using command bar

That Worked I’ve Got To Go Get The Rest Of Them But Thanks!

2 Likes

You’re welcome, I honestly don’t understand why the CFrame wasn’t giving you that last value though.

it crashs roblox when ever i move .-.

Wait what? like it freezes up or just closes?

it freezes and the the entire app closes

Can I see the full code for the tool?

This is creating an infinite loop, you are checking if the humanoid changes at all, then you are modifying animations relating to the humanoid.