#I need help. How to recognize VR controllers and helmets in order to attach models to
8 messages · Page 1 of 1 (latest)
everything is gonna be relative to the position of the camera cframe
something like this for the right arm should work
HeadScale = 1
Cam = workspace.CurrentCamera
Cam.HeadScale = HeadScale
local cfRH = VRService:GetUserCFrame(Enum.UserCFrame.RightHand)
RightHand.CFrame = (Cam.CFrameCFrame.new(cfRH.pHeadScale))*CFrame.fromEulerAnglesXYZ(cfRH:ToEulerAnglesXYZ())
Ok. I Will check it when i came home
Dosent work
errors?
Nothing happened