#I need help. How to recognize VR controllers and helmets in order to attach models to

8 messages · Page 1 of 1 (latest)

wooden locust
#

?

latent owl
#

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())

wooden locust
latent owl
#

errors?

wooden locust