Hello , how can a script know which button i press on a vr htc vive controller?
This is actually a good article for people uninformed with a VR controller. Handling input in VR actually uses the same enum codes as a normal controller.
Here's the article that tells you the enums that a VR controller utilizes: https://devforum.roblox.com/t/keycodes-for-vr-controls/497620/5
Just check if they're using a VR device to press the buttons and you should be set.