I’m trying to use Tool.Grip as a way to not have to write all 4 grip values as it’s more code that takes up more space. The wiki gives useful information as to what it is, but what exactly is the order of the grips? If this doesn’t make sense, please reply and I’ll try to explain this more. Here’s a screenshot of the wiki, but it gives no information on the order the grips are in. I’m asking here after asking multiple different people and places.
1 Like
Have you read it from the direct Tool API reference page?
I found this.
The 12-argument overload of the CFrame.new
constructor goes
CFrame.new(x, y, z, R00, R01, R02, R10, R11, R12, R20, R21, R22)
1 Like