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

how to make a script click on the screen when i use my vr controller?

Asked by
gs_115 11
4 years ago

Hello, I would like to know how I can make a clicdetector detect my click with the left trigger on a htcvive for my VR game.

0
I don't think its possible to emulate input to a clickdetector in VR, since the mouse is gone from the entire process of roblox when VR is running. You would probably have to use remote events to communicate to a script to cast a ray from your controller position, see what it hits, then fire another remote event to actually activate whatever action you want afterwards. Kizonn 0 — 4y

Answer this question