Is the UserCFrame CFrames editable?

Just a quick a simple question. Can I edit any of the UserCFrame CoordinateFrames?

UserCFrame as in the Enum type. Can I edit any of those CFrames: Head, Left Hand, Right Hand?

No, you cannot assign Enum values, if you’re looking for that type of functionality, why not just make your own?

2 Likes

So what exactly you’re trying to do is to change the Position of the limbs or Rotate it??? if yes then you can use Motor6D instead since UserCFrame is meant to be for VR Debugging.

1 Like

Hmm don’t know why I didn’t think that thru lol

Mb…those UserCFrames are the position of the player’s real life controllers and headset. Yeah should’ve specified that

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.