How to determine how many players used VR in a game?

How can I monitor the number of VR players in my game?
The developer stats page doesn’t show any statistics on virtual reality users.
If Roblox doesn’t already provide VR stats, then it is possible to use an in-game script to count VR players?

3 Likes

I recommend using GoogleAnalytics. Then, once you set it up for your game, report an event whenever a player joins with VR enabled using this property. You can also report an event if the player isn’t using VR and then compare both numbers.

https://developer.roblox.com/en-us/api-reference/property/VRService/VREnabled

1 Like