How would I enable a game for VR?

The title says it all, how would I enable a game for VR? This is just a question that I have always been trying to think of the answer for. (Also if this is in the wrong category please tell me.)

1 Like

Not in the wrong catigory but you should search for this before you post.

here’s what I use: VR Thing loader - Roblox

and you need to use this with it too: VR Thing modules - Roblox

They don’t work unless you have both.

1 Like

All Roblox games already have VR built into them, so all games have VR support. But I assume what you’re asking is how would you manipulate the players VR controllers and head tracking to then put that onto a part’s position in ROBLOX (like games such as VR Hands). Really, the best info I can give you on this is to check the ROBLOX VRService api, which is found here: VRService | Roblox Creator Documentation.

Watching some tutorials, if you find it easier, will also be an effective resource.

Hope this helps! :slight_smile:

1 Like

What! I never knew that! Cool!

1 Like

Alright, thanks, I appreciate it.