Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

What are the controls of HTC Vive?

Asked by
gs_115 11
4 years ago

Hello , how can a script know which button i press on a vr htc vive controller?

1 answer

Log in to vote
1
Answered by
Fifkee 2017 Community Moderator Moderation Voter
4 years ago
Edited 4 years ago

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.

Ad

Answer this question