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
?
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?
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.
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.