diff --git a/guide.md b/guide.md new file mode 100644 index 0000000..0a052aa --- /dev/null +++ b/guide.md @@ -0,0 +1,17 @@ +# All items related to implementing VR in Roblox games. + +## 📷 VR camera : +### The camera is the player's view which they will see when the play the game. +##### **It has been clearly defined in code.lua** +--------------- +## ✋ Handle Input for VR: +### Utilize the UserInputService to handle input from VR devices. +##### **Detects actions like grabbing, pointing, and other interactions unique to VR.** +--------------- +## 🎮 Testing VR: +### Test in VR Mode. +##### **Regularly test your game in VR mode to ensure a smooth experience for players.** +--------------- +## 🧔 Humanoid: +### The user playing the game. +##### **Defined in code.lua**