My game’s avatar type is set to Player Choice, so players can be R15 or R6. Since I’m only using Nexus VR, I want VR player’s avatars to always be R15 in my game. What can I do to achieve this?
1 Like
You have to first turn Character auto-loading off, after which you detect the device the player is playing on (PC, Mobile, VR, etc.) If on VR, then you just have to load an R15 character with Player:LoadCharacter()
.
2 Likes
It should be in the game settings in studio. On the top bar there is a game settings button. Then, go to the avatar section and there should be an option for r6/r15
1 Like
I know. The problem is that the game is already player choice and I want it that way. I want SPECIFICALLY VR players to always be R15.
1 Like