VR Controllers full mapping?

I’ve played around with the VR API a few times and got a basic head and arms working
but when it came down to using input Roblox had no info on any mapping this was fine because I was able to map the controls of my current headset using inputservice but I could not find a way to get the joystick input I searched around and could not find anything
how would I get this?

also I want mapping for other VR Controllers so I can support different headsets

Anyone have info on this for me?

Use UserInputService.InputChanged to detect the joystick.

Input is the first argument
Input.X is the left to right (-1 to 1)
Input.Y is the bottom to top (-1 to 1)

Thanks I’ll try that any info if this is different on other headsets and different mappings of different controllers?

You should be able to treat the VR Controllers as any other xbox or general controller.